org.activemq.gbean
Interface ActiveMQContainer

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

public interface ActiveMQContainer
extends org.activemq.gbean.ActiveMQBroker

An interface to the ActiveMQContainerGBean for use by the ActiveMQConnectorGBean.

Version:
$Revision: 1.1.1.1 $

Method Summary
 org.activemq.broker.BrokerAdmin getBrokerAdmin()
           
 org.activemq.broker.BrokerContainer getBrokerContainer()
           
 String getBrokerName()
           
 String getJaasConfiguration()
           
 Properties getSecurityRoles()
           
 
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.activemq.broker.BrokerContainer getBrokerContainer()

getBrokerAdmin

org.activemq.broker.BrokerAdmin getBrokerAdmin()

getBrokerName

String getBrokerName()

getJaasConfiguration

String getJaasConfiguration()

getSecurityRoles

Properties getSecurityRoles()


Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.