org.apache.activemq
Interface Service

All Known Subinterfaces:
Bridge, Broker, BrokerViewMBean, ByteBufferPool, CommandChannel, CompositeTransport, Connection, ConnectionViewMBean, Connector, ConnectorViewMBean, DatabaseLocker, Destination, DiscoveryAgent, FTConnectorViewMBean, JmsConnectorViewMBean, MessageStore, NetworkConnectorViewMBean, PendingMessageCursor, PersistenceAdapter, ProxyConnectorViewMBean, Region, SubscriptionRecoveryPolicy, TopicMessageStore, TransactionStore, Transport, TransportServer
All Known Implementing Classes:
AbstractPendingMessageCursor, AbstractRegion, AdvisoryBroker, AuthorizationBroker, BlockingQueueTransport, BrokerBroadcaster, BrokerFilter, BrokerPluginSupport, BrokerService, BrokerView, CommandAgent, CommandChannelSupport, CommandDatagramChannel, CommandDatagramSocket, CommandJoiner, CompositeDemandForwardingBridge, CompositeDestinationBroker, CompositeDestinationInterceptor, ConduitBridge, ConnectionDotFileInterceptor, ConnectionView, ConnectorView, ConsumerEventSource, DefaultBufferPool, DefaultDatabaseLocker, DemandForwardingBridge, DemandForwardingBridgeSupport, DestinationBridge, DestinationDotFileInterceptor, DestinationFilter, DiscoveryNetworkConnector, DiscoveryTransport, DotFileInterceptorSupport, DurableConduitBridge, EmptyBroker, ErrorBroker, FailoverTransport, FanoutTransport, FilePendingMessageCursor, FixedCountSubscriptionRecoveryPolicy, FixedSizedSubscriptionRecoveryPolicy, ForwardingBridge, FTConnectorView, HttpClientTransport, HttpsTransport, HttpsTransportServer, HttpTransport, HttpTransportServer, HttpTransportSupport, InactivityMonitor, InboundQueueBridge, InboundTopicBridge, InsertableMutableBrokerFilter, JaasAuthenticationBroker, JaasCertificateAuthenticationBroker, JDBCMessageStore, JDBCPersistenceAdapter, JDBCTopicMessageStore, JmsConnector, JmsConnectorView, JmsQueueConnector, JmsTopicConnector, JournalMessageStore, JournalPersistenceAdapter, JournalTopicMessageStore, JournalTransactionStore, KahaMessageStore, KahaPersistenceAdapter, KahaTopicMessageStore, KahaTransactionStore, LastImageSubscriptionRecoveryPolicy, LoggingBrokerPlugin, ManagedQueueRegion, ManagedRegionBroker, ManagedTempQueueRegion, ManagedTempTopicRegion, ManagedTopicRegion, ManagedTransportConnection, ManagedTransportConnector, ManagementContext, MarshallingTransportFilter, MasterBroker, MasterConnector, MemoryMessageStore, MemoryPersistenceAdapter, MemoryTopicMessageStore, MemoryTransactionStore, MockTransport, MulticastDiscoveryAgent, MulticastNetworkConnector, MulticastTraceBrokerPlugin, MulticastTransport, MutableBrokerFilter, MutexTransport, NetworkConnector, NetworkConnectorView, NoSubscriptionRecoveryPolicy, OutboundQueueBridge, OutboundTopicBridge, PooledConnectionFactory, ProducerEventSource, ProxyConnector, ProxyConnectorView, ProxyMessageStore, ProxyTopicMessageStore, QueryBasedSubscriptionRecoveryPolicy, Queue, QueueRegion, QuickJournalMessageStore, QuickJournalPersistenceAdapter, QuickJournalTopicMessageStore, QuickJournalTransactionStore, RapidMessageStore, RapidPersistenceAdapter, RapidTopicMessageStore, RapidTransactionStore, RegionBroker, ReliableTransport, RendezvousDiscoveryAgent, ResponseCorrelator, ResponseRedirectInterceptor, ServiceSupport, SimpleAuthenticationBroker, SimpleBufferPool, SimpleDiscoveryAgent, SslBrokerService, SslTransport, SslTransportServer, StompTransportFilter, StoreDurableSubscriberCursor, TcpTransport, TcpTransportServer, TempQueueRegion, TempTopicRegion, TimedSubscriptionRecoveryPolicy, TimeStampingBrokerPlugin, Topic, TopicRegion, TransactionBroker, TransportConnection, TransportConnector, TransportFilter, TransportLogger, TransportServerFilter, TransportServerSupport, TransportServerThreadSupport, TransportStatusDetector, TransportSupport, TransportThreadSupport, UDPTraceBrokerPlugin, UdpTransport, UdpTransportServer, UserIDBroker, VirtualTopicInterceptor, VMPendingMessageCursor, VMTransport, VMTransportServer, WireFormatNegotiator, XBeanBrokerService, XmppTransport, XmppTransportServer

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 InitializingBean and DisposableBean

Version:
$Revision: 1.1 $

Method Summary
 void start()
           
 void stop()
           
 

Method Detail

start

void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

void stop()
          throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 Apache Software Foundation. All Rights Reserved.