Uses of Class
net.jini.lease.LeaseRenewalEvent
Packages that use LeaseRenewalEvent
Package
Description
Provides Space properties and security context services
Standard service and utility classes for managing leases.
-
Uses of LeaseRenewalEvent in com.gigaspaces.internal.client.cache
Methods in com.gigaspaces.internal.client.cache with parameters of type LeaseRenewalEventModifier and TypeMethodDescriptionvoidNotifySpaceCacheStateListener.notify(LeaseRenewalEvent event) callback method from LRM when trouble to renew notify delegator lease. -
Uses of LeaseRenewalEvent in com.j_spaces.core
Methods in com.j_spaces.core with parameters of type LeaseRenewalEventModifier and TypeMethodDescriptionvoidLookupManager.notify(LeaseRenewalEvent leaseManagerEvent) Called by the LeaseRenewalManager when it cannot renew a lease that it is managing, and the lease's desired expiration time has not yet been reached. -
Uses of LeaseRenewalEvent in com.j_spaces.core.client.cache.map
Methods in com.j_spaces.core.client.cache.map with parameters of type LeaseRenewalEvent -
Uses of LeaseRenewalEvent in com.j_spaces.kernel.weaklistener
Methods in com.j_spaces.kernel.weaklistener with parameters of type LeaseRenewalEventModifier and TypeMethodDescriptionvoidWeakLeaseListener.notify(LeaseRenewalEvent event) Delegate the notification to the listener. -
Uses of LeaseRenewalEvent in net.jini.lease
Methods in net.jini.lease with parameters of type LeaseRenewalEventModifier and TypeMethodDescriptionvoidDesiredExpirationListener.expirationReached(LeaseRenewalEvent e) Method used to delivered desired expiration reached events.voidLeaseListener.notify(LeaseRenewalEvent e) Called by theLeaseRenewalManagerwhen it cannot renew a lease that it is managing, and the lease's desired expiration time has not yet been reached.