Home
»
activemq-parent-5.3.1-source-release
» org.apache »
activemq
» [javadoc |
source
]
org.apache.activemq
public interface: Service
[javadoc |
source
] The core lifecyle interface for ActiveMQ components. If there was a standard way to do so, it'd be good to register this interface with Spring so it treats the start/stop methods as those of
org.springframework.beans.factory.InitializingBean
and
org.springframework.beans.factory.DisposableBean
version:
$
- Revision: 1.1 $
Method from
org.apache.activemq.Service
Summary:
start
,
stop
Method from
org.apache.activemq.Service
Detail:
public void
start
()
throws
Exception
public void
stop
()
throws
Exception