org.codehaus.wadi.gridstate.activecluster
Class DummyLocalNode

java.lang.Object
  extended byorg.codehaus.wadi.gridstate.activecluster.DummyLocalNode
All Implemented Interfaces:
LocalNode, Node, Serializable

public class DummyLocalNode
extends Object
implements LocalNode

See Also:
Serialized Form

Constructor Summary
DummyLocalNode()
           
 
Method Summary
 Destination getDestination()
           
 String getName()
           
 Map getState()
           
 Object getZone()
           
 boolean isCoordinator()
           
 void setState(Map state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyLocalNode

public DummyLocalNode()
Method Detail

setState

public void setState(Map state)
              throws JMSException
Specified by:
setState in interface LocalNode
Throws:
JMSException

getDestination

public Destination getDestination()
Specified by:
getDestination in interface Node

getState

public Map getState()
Specified by:
getState in interface Node

getName

public String getName()
Specified by:
getName in interface Node

isCoordinator

public boolean isCoordinator()
Specified by:
isCoordinator in interface Node

getZone

public Object getZone()
Specified by:
getZone in interface Node


Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.