org.apache.activemq
Interface Service
- All Known Subinterfaces:
- ByteBufferPool, CommandChannel, CompositeTransport, DiscoveryAgent, Transport, TransportServer
- All Known Implementing Classes:
- AbstractInactivityMonitor, CommandChannelSupport, CommandDatagramChannel, CommandDatagramSocket, CommandJoiner, ConsumerEventSource, DefaultBufferPool, DiscoveryTransport, FailoverTransport, FanoutTransport, InactivityMonitor, MarshallingTransportFilter, MasterSlaveDiscoveryAgent, MemoryUsage, MockTransport, MulticastDiscoveryAgent, MulticastTransport, MutexTransport, NIOSSLTransport, NIOSSLTransportServer, NIOTransport, ProducerEventSource, ReliableTransport, ResponseCorrelator, ResponseRedirectInterceptor, Scheduler, ServiceSupport, SimpleBufferPool, SimpleDiscoveryAgent, SslTransport, SslTransportServer, TcpTransport, TcpTransportServer, ThreadNameFilter, TransportFilter, TransportServerFilter, TransportServerSupport, TransportServerThreadSupport, TransportSupport, TransportThreadSupport, UdpTransport, UdpTransportServer, Usage, WireFormatNegotiator, WriteTimeoutFilter, ZeroconfDiscoveryAgent
public interface Service
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
start
void start()
throws Exception
- Throws:
Exception
stop
void stop()
throws Exception
- Throws:
Exception
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.