rice.rm.messaging
Class RMMaintenanceMsg
java.lang.Object
rice.pastry.messaging.Message
rice.rm.messaging.RMMessage
rice.rm.messaging.RMMaintenanceMsg
- All Implemented Interfaces:
- java.io.Serializable
- public class RMMaintenanceMsg
- extends RMMessage
- implements java.io.Serializable
- See Also:
- Serialized Form
Field Summary |
static int |
maintFreq
The time interval between successive replica manager maintenance
activities. |
static int |
maintStart
The time offset after the RM substrate on the local node is ready
when we first trigger the maintenance protocol. |
Method Summary |
void |
handleDeliverMessage(RMImpl rm)
This method is called whenever the rm node receives a message for
itself and wants to process it. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
maintFreq
public static int maintFreq
- The time interval between successive replica manager maintenance
activities.
maintStart
public static int maintStart
- The time offset after the RM substrate on the local node is ready
when we first trigger the maintenance protocol.
RMMaintenanceMsg
public RMMaintenanceMsg(NodeHandle source,
Address address,
Credentials authorCred,
int seqno)
- Constructor
- Parameters:
source
- the local node itselfaddress
- the RM application addressauthorCred
- the credentials of the sourceseqno
- for debugging purpose only
handleDeliverMessage
public void handleDeliverMessage(RMImpl rm)
- Description copied from class:
RMMessage
- This method is called whenever the rm node receives a message for
itself and wants to process it. The processing is delegated by rm
to the message.
- Specified by:
handleDeliverMessage
in class RMMessage
toString
public java.lang.String toString()