org.apache.geronimo.activemq
Interface BrokerServiceGBean

All Superinterfaces:
ActiveMQBroker, J2EEManagedObject, JMSBroker, NetworkContainer
All Known Implementing Classes:
BrokerServiceGBeanImpl

public interface BrokerServiceGBean
extends ActiveMQBroker

An interface to the ActiveMQContainerGBean for use by the ActiveMQConnectorGBean.


Method Summary
 org.apache.activemq.broker.BrokerService getBrokerContainer()
           
 String getBrokerName()
           
 
Methods inherited from interface org.apache.geronimo.management.geronimo.NetworkContainer
getConnectors, getConnectors
 
Methods inherited from interface org.apache.geronimo.management.J2EEManagedObject
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider
 

Method Detail

getBrokerContainer

org.apache.activemq.broker.BrokerService getBrokerContainer()

getBrokerName

String getBrokerName()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.