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 Artifact ACTIVEMQ_BROKER_ARTIFACT
ACTIVEMQ_ARTIFACT
protected static final Artifact ACTIVEMQ_ARTIFACT
kernel
protected static final Kernel kernel
configurationManager
protected static final ConfigurationManager configurationManager
BROKER_CONFIGURATION
protected final Configuration BROKER_CONFIGURATION
CONNECTOR_CONFIGURATION
protected final Configuration CONNECTOR_CONFIGURATION
RESOURCE_ADAPTER_MODULE_NAME
protected static final AbstractName RESOURCE_ADAPTER_MODULE_NAME
RESOURCE_ADAPTER_NAME
protected static final AbstractName RESOURCE_ADAPTER_NAME
JCA_RESOURCE_NAME
protected static final AbstractName JCA_RESOURCE_NAME
JCA_CONNECTION_FACTORY_NAME
protected static final AbstractName JCA_CONNECTION_FACTORY_NAME
JCA_MANAGED_CONNECTION_FACTORY_NAME
protected static final 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 GBeanData getResourceAdapterModuleData()
throws GBeanNotFoundException
- Throws:
GBeanNotFoundException
getQueueGBeanData
protected GBeanData getQueueGBeanData()
throws GBeanNotFoundException
- Throws:
GBeanNotFoundException
getTopicGBeanData
protected GBeanData getTopicGBeanData()
throws GBeanNotFoundException
- Throws:
GBeanNotFoundException
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.