org.jboss.messaging.core.server
Interface MessagingComponent

All Known Subinterfaces:
Deployer, Journal, MemoryManager, MessagingServer, PagingManager, PostOffice, RemotingService, StorageManager, TestableJournal
All Known Implementing Classes:
Bridge, JMSServerDeployer, JournalImpl, JournalStorageManager, MessagingServerImpl, MessagingServerManagementImpl, MinaService, NullStorageManager, PostOfficeImpl, QueueSettingsDeployer, SecurityDeployer, SecurityManagerDeployer, SimpleMemoryManager, 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
 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 © 2006 JBoss Inc. All Rights Reserved.