org.apache.activemq.gbean
Interface BrokerServiceGBean

All Superinterfaces:
org.apache.activemq.gbean.ActiveMQBroker, org.apache.geronimo.management.J2EEManagedObject, org.apache.geronimo.management.geronimo.JMSBroker, org.apache.geronimo.management.geronimo.NetworkContainer
All Known Implementing Classes:
BrokerServiceGBeanImpl

public interface BrokerServiceGBean
extends org.apache.activemq.gbean.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 © 2006 Apache Software Foundation. All Rights Reserved.