Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.service
Interface Service  view Service download Service.java

All Known Subinterfaces:
Dispatcher, MessageContainer, MessageContainerManager, QueueMessageContainer, QueueMessageContainerManager, TopicMessageContainer
All Known Implementing Classes:
TransactionManager

public interface Service

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

Note that usually once a service has been stopped it should be discarded and a new service instance created again.

Version:
$Revision: 1.1.1.1 $

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

Method Detail

start

public void start()
           throws javax.jms.JMSException
Called to start the service


stop

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