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

public org.activemq.broker.BrokerContainer getBrokerContainer()

getBrokerAdmin

public org.activemq.broker.BrokerAdmin getBrokerAdmin()

getBrokerName

public String getBrokerName()

getJaasConfiguration

public String getJaasConfiguration()

getSecurityRoles

public Properties getSecurityRoles()


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