org.codehaus.wadi.location.session
Class MovePMToIMInvocation
java.lang.Object
org.codehaus.wadi.location.session.AbstractSessionResponseMessage
org.codehaus.wadi.location.session.MovePMToIMInvocation
- All Implemented Interfaces:
- java.io.Serializable, Message, SessionMessage, SessionResponseMessage
public class MovePMToIMInvocation
- extends AbstractSessionResponseMessage
Response from PartitionMaster to InvocationMaster, indicating that it should relocate its Invocation to the given Address
within the specified time, during which a Lease with the given Handle is in place.
- Version:
- $Revision:1815 $
- Author:
- Jules Gosnell
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_leaseHandle
protected final Lease.Handle _leaseHandle
_leasePeriod
protected final long _leasePeriod
_stateMaster
protected final org.codehaus.wadi.group.Peer _stateMaster
MovePMToIMInvocation
public MovePMToIMInvocation(Lease.Handle leaseHandle,
long leasePeriod,
org.codehaus.wadi.group.Peer stateMaster)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getStateMaster
public org.codehaus.wadi.group.Peer getStateMaster()
getLeaseHandle
public Lease.Handle getLeaseHandle()
getLeasePeriod
public long getLeasePeriod()
Copyright © 2010. All Rights Reserved.