| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DesiredExpirationListener
Subinterface of LeaseListener that clients must
 implement if they want to receive desired expiration reached events
 in addition to renewal failure events.
LeaseRenewalManager| Method Summary | |
|---|---|
 void | 
expirationReached(LeaseRenewalEvent e)
Method used to delivered desired expiration reached events.  | 
| Methods inherited from interface net.jini.lease.LeaseListener | 
|---|
notify | 
| Method Detail | 
|---|
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 reached
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||