org.codehaus.activecluster.impl
Class StateServiceStub

java.lang.Object
  extended byorg.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 $

Constructor Summary
StateServiceStub(Session session, MessageProducer producer)
           
 
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
 

Constructor Detail

StateServiceStub

public StateServiceStub(Session session,
                        MessageProducer producer)
Method Detail

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.