org.codehaus.activemq.gbean
Class ActiveMQContainer

java.lang.Object
  extended byorg.codehaus.activemq.gbean.ActiveMQContainer
All Implemented Interfaces:
org.apache.geronimo.gbean.GBeanLifecycle

public class ActiveMQContainer
extends java.lang.Object
implements org.apache.geronimo.gbean.GBeanLifecycle

Default implementation of the ActiveMQ Message Server

Version:
$Revision: 1.1 $

Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
 
Constructor Summary
ActiveMQContainer()
           
ActiveMQContainer(java.lang.String brokerName)
           
 
Method Summary
protected  BrokerContainer createContainer()
           
 void doFail()
           
 void doStart()
           
 void doStop()
           
 BrokerContainer getBrokerContainer()
           
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Constructor Detail

ActiveMQContainer

public ActiveMQContainer()

ActiveMQContainer

public ActiveMQContainer(java.lang.String brokerName)
Method Detail

getBrokerContainer

public BrokerContainer getBrokerContainer()

doStart

public void doStart()
             throws org.apache.geronimo.gbean.WaitingException,
                    java.lang.Exception
Specified by:
doStart in interface org.apache.geronimo.gbean.GBeanLifecycle
Throws:
org.apache.geronimo.gbean.WaitingException
java.lang.Exception

doStop

public void doStop()
            throws org.apache.geronimo.gbean.WaitingException,
                   java.lang.Exception
Specified by:
doStop in interface org.apache.geronimo.gbean.GBeanLifecycle
Throws:
org.apache.geronimo.gbean.WaitingException
java.lang.Exception

doFail

public void doFail()
Specified by:
doFail in interface org.apache.geronimo.gbean.GBeanLifecycle

createContainer

protected BrokerContainer createContainer()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

getGBeanInfo

public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()


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