|
|||||||||
| Home >> All >> org >> activemq >> [ service overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.activemq.service
Interface Service

- 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.
- 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
|
|||||||||
| Home >> All >> org >> activemq >> [ service overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC