org.codehaus.activecluster
Interface LocalNode

All Superinterfaces:
Node, Serializable
All Known Implementing Classes:
NonReplicatedLocalNode, ReplicatedLocalNode

public interface LocalNode
extends Node

Represents the local (in process) node

Version:
$Revision: 1.3 $

Method Summary
 void setState(Map state)
          Allows the local state to be modified, which will be replicated asynchronously around the cluster
 
Methods inherited from interface org.codehaus.activecluster.Node
getDestination, getName, getState, isCoordinator
 

Method Detail

setState

public void setState(Map state)
              throws JMSException
Allows the local state to be modified, which will be replicated asynchronously around the cluster

Parameters:
state -
Throws:
JMSException


Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.