public interface DesiredExpirationListener extends LeaseListener
LeaseListener that clients must
implement if they want to receive desired expiration reached events
in addition to renewal failure events.LeaseRenewalManager| Modifier and Type | Method and Description |
|---|---|
void |
expirationReached(LeaseRenewalEvent e)
Method used to delivered desired expiration reached events.
|
notifyvoid expirationReached(LeaseRenewalEvent e)
getException method of the passed event will always
return null.
Note that, prior to invoking this method, the
LeaseRenewalManager removes the affected lease from
the managed set of leases. Note also that, because of the
reentrancy guarantee made by the
LeaseRenewalManager, it is safe to call back into
the renewal manager from this method.
e - instance of LeaseRenewalEvent containing
information about the lease that was removed from the
LeaseRenewalManager because its desired
expiration was reachedCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.