|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.sun.jini.lease.LeaseRenewalEvent
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
LeaseRenewalEvent(LeaseRenewalManager source,
Lease lease,
long expiration,
java.lang.Exception ex)
Construct an event. |
|
| Method Summary | |
java.lang.Exception |
getException()
Returns the exception, if any. |
long |
getExpiration()
Returns the desired absolute expiration for the lease. |
Lease |
getLease()
Returns the lease that failed to renew. |
| Methods inherited from class java.util.EventObject |
getSource,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public LeaseRenewalEvent(LeaseRenewalManager source,
Lease lease,
long expiration,
java.lang.Exception ex)
source - the lease renewal manager that generates the eventlease - the lease that failed to renewexpiration - the desired absolute expiration for the leaseex - the exception, if any| Method Detail |
public Lease getLease()
public long getExpiration()
public java.lang.Exception getException()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||