org.apache.geronimo.console.jmsmanager
Class AbstractJMSManager
java.lang.Object
org.apache.geronimo.console.jmsmanager.AbstractJMSManager
- Direct Known Subclasses:
- CreateDestinationHandler, CreateDestinationRenderer, RemoveDestinationHandler, StatisticsHandler, StatisticsRenderer, ViewDestinationsRenderer, ViewDLQRenderer, ViewMessagesRenderer
- public abstract class AbstractJMSManager
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACTIVEMQ_BROKER_ARTIFACT
protected static final org.apache.geronimo.kernel.repository.Artifact ACTIVEMQ_BROKER_ARTIFACT
ACTIVEMQ_ARTIFACT
protected static final org.apache.geronimo.kernel.repository.Artifact ACTIVEMQ_ARTIFACT
kernel
protected static final org.apache.geronimo.kernel.Kernel kernel
configurationManager
protected static final org.apache.geronimo.kernel.config.ConfigurationManager configurationManager
BROKER_CONFIGURATION
protected final org.apache.geronimo.kernel.config.Configuration BROKER_CONFIGURATION
CONNECTOR_CONFIGURATION
protected final org.apache.geronimo.kernel.config.Configuration CONNECTOR_CONFIGURATION
RESOURCE_ADAPTER_MODULE_NAME
protected static final org.apache.geronimo.gbean.AbstractName RESOURCE_ADAPTER_MODULE_NAME
RESOURCE_ADAPTER_NAME
protected static final org.apache.geronimo.gbean.AbstractName RESOURCE_ADAPTER_NAME
JCA_RESOURCE_NAME
protected static final org.apache.geronimo.gbean.AbstractName JCA_RESOURCE_NAME
JCA_CONNECTION_FACTORY_NAME
protected static final org.apache.geronimo.gbean.AbstractName JCA_CONNECTION_FACTORY_NAME
JCA_MANAGED_CONNECTION_FACTORY_NAME
protected static final org.apache.geronimo.gbean.AbstractName JCA_MANAGED_CONNECTION_FACTORY_NAME
GET_BROKER_ADMIN_FUNCTION
protected static final String GET_BROKER_ADMIN_FUNCTION
- See Also:
- Constant Field Values
TOPIC_TYPE
public static final String TOPIC_TYPE
- See Also:
- Constant Field Values
QUEUE_TYPE
public static final String QUEUE_TYPE
- See Also:
- Constant Field Values
DESTINATION_LIST
protected static final String DESTINATION_LIST
- See Also:
- Constant Field Values
DESTINATION_MSG
protected static final String DESTINATION_MSG
- See Also:
- Constant Field Values
DESTINATION_NAME
protected static final String DESTINATION_NAME
- See Also:
- Constant Field Values
DESTINATION_PHYSICAL_NAME
protected static final String DESTINATION_PHYSICAL_NAME
- See Also:
- Constant Field Values
DESTINATION_TYPE
protected static final String DESTINATION_TYPE
- See Also:
- Constant Field Values
DESTINATION_APPLICATION_NAME
protected static final String DESTINATION_APPLICATION_NAME
- See Also:
- Constant Field Values
DESTINATION_MODULE_NAME
protected static final String DESTINATION_MODULE_NAME
- See Also:
- Constant Field Values
DESTINATION_CONFIG_URI
protected static final String DESTINATION_CONFIG_URI
- See Also:
- Constant Field Values
no_args
protected static Object[] no_args
no_params
protected static String[] no_params
BASE_CONFIG_URI
protected static final String BASE_CONFIG_URI
- See Also:
- Constant Field Values
AbstractJMSManager
public AbstractJMSManager()
getResourceAdapterModuleData
protected org.apache.geronimo.gbean.GBeanData getResourceAdapterModuleData()
throws org.apache.geronimo.kernel.GBeanNotFoundException
- Throws:
org.apache.geronimo.kernel.GBeanNotFoundException
getQueueGBeanData
protected org.apache.geronimo.gbean.GBeanData getQueueGBeanData()
throws org.apache.geronimo.kernel.GBeanNotFoundException
- Throws:
org.apache.geronimo.kernel.GBeanNotFoundException
getTopicGBeanData
protected org.apache.geronimo.gbean.GBeanData getTopicGBeanData()
throws org.apache.geronimo.kernel.GBeanNotFoundException
- Throws:
org.apache.geronimo.kernel.GBeanNotFoundException
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.