org.codehaus.activecluster.impl
Class StateServiceStub
java.lang.Object
org.codehaus.activecluster.impl.StateServiceStub
- All Implemented Interfaces:
- StateService
- public class StateServiceStub
- extends Object
- implements StateService
A local stub for the state service which sends JMS messages
to the cluster
- Version:
- $Revision: 1.5 $
Method Summary |
void |
keepAlive(Node node)
Sends a keep alive to the cluster |
void |
shutdown(Node node)
Sends a shutdown message to the cluster |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StateServiceStub
public StateServiceStub(Session session,
MessageProducer producer)
keepAlive
public void keepAlive(Node node)
- Description copied from interface:
StateService
- Sends a keep alive to the cluster
- Specified by:
keepAlive
in interface StateService
- Parameters:
node
-
shutdown
public void shutdown(Node node)
- Description copied from interface:
StateService
- Sends a shutdown message to the cluster
- Specified by:
shutdown
in interface StateService
Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.