dist1.acb.common.transport.concretePackets
Class RequestRejoin

java.lang.Object
  extended bydist1.acb.common.transport.Packet
      extended bydist1.acb.common.transport.Request
          extended bydist1.acb.common.transport.RequestWithStringMessage
              extended bydist1.acb.common.transport.concretePackets.RequestRejoin
All Implemented Interfaces:
java.io.Serializable, StringMessage

public class RequestRejoin
extends RequestWithStringMessage

Request sent to the Admin port of CBL in order to Rejoin itself

Author:
Lazar Adzigogov
See Also:
Serialized Form

Constructor Summary
RequestRejoin(java.lang.String reason)
          Creates a new instance of RequestRejoin
 
Methods inherited from class dist1.acb.common.transport.RequestWithStringMessage
getMsg, setMsg, toString
 
Methods inherited from class dist1.acb.common.transport.Packet
equals, getId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestRejoin

public RequestRejoin(java.lang.String reason)
Creates a new instance of RequestRejoin

Parameters:
reason - A reason


Copyright © 2004 Phoenix Team (CMU/AIT). All Rights Reserved.