@Target(value=TYPE) @Retention(value=RUNTIME) @Deprecated public @interface NotifyLease
true
to SimpleNotifyEventListenerContainer.setAutoRenew(boolean)
.Modifier and Type | Optional Element and Description |
---|---|
long |
lease
Deprecated.
Controls the lease associated with the registered listener.
|
Class<? extends LeaseListener> |
leaseListener
Deprecated.
Sets the lease listener for the lease.
|
long |
renewDuration
Deprecated.
The period of time that passes between client failure, and the time your notifications stop
being sent.
|
long |
renewExpiration
Deprecated.
The period of time your notifications stop being renewed.
|
long |
renewRTT
Deprecated.
RoundTripTime - the time that takes to reach the server and return.
|
public abstract long lease
Lease.FOREVER
.public abstract long renewExpiration
public abstract long renewDuration
public abstract long renewRTT
public abstract Class<? extends LeaseListener> leaseListener
Copyright © GigaSpaces.