org.jboss.messaging.core.server
Interface MessagingComponent

All Known Subinterfaces:
Acceptor, Bridge, BroadcastGroup, ClusterConnection, ClusterManager, Configuration, Deployer, DeploymentManager, DiscoveryGroup, JBMSecurityManager, JMSBridge, JMSServerManager, Journal, ManagementService, MessagingServer, PagingManager, PagingStore, PostOffice, RemotingService, ResourceManager, StorageManager, TestableJournal, TestSupportPageStore
All Known Implementing Classes:
AddressSettingsDeployer, BasicUserCredentialsDeployer, BridgeImpl, BroadcastGroupImpl, ClusterConnectionImpl, ClusterManagerImpl, ConfigurationImpl, DiscoveryGroupImpl, FileConfiguration, FileDeploymentManager, InVMAcceptor, JAASSecurityManager, JBMSecurityManagerImpl, JBossASSecurityManager, JMSBridgeImpl, JMSServerDeployer, JMSServerManagerImpl, JournalImpl, JournalStorageManager, ManagementServiceImpl, MessagingServerImpl, NettyAcceptor, NullStorageManager, PagingManagerImpl, PagingStoreImpl, PostOfficeImpl, QueueDeployer, RemotingServiceImpl, ResourceManagerImpl, SecurityDeployer, XmlDeployer

public interface MessagingComponent

A MessagingComponent

Version:
$Revision: 2796 $ $Id: MessagingComponent.java 2796 2007-06-25 22:24:41Z timfox $
Author:
Tim Fox

Method Summary
 boolean isStarted()
           
 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

isStarted

boolean isStarted()


Copyright © 2006 JBoss Inc. All Rights Reserved.