Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.gbean
Interface ActiveMQContainer  view ActiveMQContainer download ActiveMQContainer.java

All Superinterfaces:
ActiveMQBroker
All Known Implementing Classes:
ActiveMQContainerGBean

public interface ActiveMQContainer
extends 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()
           
 java.lang.String getBrokerName()
           
 java.lang.String getJaasConfiguration()
           
 java.util.Properties getSecurityRoles()
           
 

Method Detail

getBrokerContainer

public org.activemq.broker.BrokerContainer getBrokerContainer()

getBrokerAdmin

public org.activemq.broker.BrokerAdmin getBrokerAdmin()

getBrokerName

public java.lang.String getBrokerName()

getJaasConfiguration

public java.lang.String getJaasConfiguration()

getSecurityRoles

public java.util.Properties getSecurityRoles()