org.codehaus.activecluster
Interface Service

All Known Subinterfaces:
Cluster
All Known Implementing Classes:
DefaultCluster, ReplicatedLocalNode

public interface Service

Service represents some service of some kind with a simple start/stop lifecycle.

Version:
$Revision: 1.2 $

Method Summary
 void start()
          Called to start the service
 void stop()
          Called to shutdown the service
 

Method Detail

start

public void start()
           throws JMSException
Called to start the service

Throws:
JMSException

stop

public void stop()
          throws JMSException
Called to shutdown the service

Throws:
JMSException


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