org.codehaus.activecluster.impl
Class NonReplicatedLocalNode
java.lang.Object
org.codehaus.activecluster.impl.NodeImpl
org.codehaus.activecluster.impl.NonReplicatedLocalNode
- All Implemented Interfaces:
- LocalNode, Node, Serializable
- public class NonReplicatedLocalNode
- extends NodeImpl
- implements LocalNode
Default implementation of a local Node which doesn't
have its state replicated
- Version:
- $Revision: 1.3 $
- See Also:
- Serialized Form
Method Summary |
void |
pingRemoteNodes()
|
void |
setState(Map state)
Allows the local state to be modified, which will
be replicated asynchronously around the cluster |
NonReplicatedLocalNode
public NonReplicatedLocalNode(Destination destination)
setState
public void setState(Map state)
- Description copied from interface:
LocalNode
- Allows the local state to be modified, which will
be replicated asynchronously around the cluster
- Specified by:
setState
in interface LocalNode
- Overrides:
setState
in class NodeImpl
pingRemoteNodes
public void pingRemoteNodes()
Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.