org.objectweb.carol.cmi.ha
Class RemoveInfo

java.lang.Object
  extended by org.objectweb.carol.cmi.ha.RemoveInfo
All Implemented Interfaces:
java.io.Serializable

public class RemoveInfo
extends java.lang.Object
implements java.io.Serializable

Holds the required information to replicate a remove on the primary

Author:
Francisco Perez-Sorrosal (fpsorrosal@no-spam@fi.upm.es), Alberto Paz-Jimenez (apaz@no-spam@fi.upm.es)
See Also:
Serialized Form

Field Summary
 RequestId id
          The request id
 
Constructor Summary
RemoveInfo(RequestId requestId)
          Constructor
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public RequestId id
The request id

Constructor Detail

RemoveInfo

public RemoveInfo(RequestId requestId)
Constructor

Parameters:
requestId - the requestId to remove
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object