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.
|
notify
void 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 © 2016–2018. All rights reserved.