public class ExpirationWarningEvent extends RemoteEvent
LeaseRenewalSet
,
Serialized FormeventID, handback, seqNum, source
Constructor and Description |
---|
ExpirationWarningEvent(LeaseRenewalSet source,
long seqNum,
MarshalledObject handback)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
Lease |
getRenewalSetLease()
Convenience method to retrieve the
Lease associated
with the source of this event. |
getID, getRegistrationObject, getSequenceNumber
getSource, toString
public ExpirationWarningEvent(LeaseRenewalSet source, long seqNum, MarshalledObject handback)
LeaseRenewalSet.EXPIRATION_WARNING_EVENT_ID
.source
- the LeaseRenewalSet
that generated the
eventseqNum
- the sequence number of this eventhandback
- the MarshalledObject
passed in as
part of the event registrationpublic Lease getRenewalSetLease()
Lease
associated
with the source of this event. This is the Lease
which is about to expire.
The Lease
object returned will be equivalent (in the
sense of equals
) to other Lease
objects
associated with the set, but may not be the same object. One
notable consequence of having two different objects is that the
getExpiration
method of the Lease
object returned by this method may return a different time than
the getExpiration
methods of other
Lease
objects granted on the same set.
The expiration time associated with the Lease
object
returned by this method will reflect the expiration the lease had
when the event occurred. Renewal calls may have changed the
expiration time of the underlying lease between the time when the
event was generated and when it was delivered.
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.