org.apache.geronimo.console.jmsmanager
Class AbstractJMSManager

java.lang.Object
  extended by org.apache.geronimo.console.jmsmanager.AbstractJMSManager
Direct Known Subclasses:
CreateDestinationHandler, CreateDestinationRenderer, RemoveDestinationHandler, StatisticsHandler, StatisticsRenderer, ViewDestinationsRenderer, ViewDLQRenderer, ViewMessagesRenderer

public abstract class AbstractJMSManager
extends Object


Field Summary
protected static Artifact ACTIVEMQ_ARTIFACT
           
protected static Artifact ACTIVEMQ_BROKER_ARTIFACT
           
protected static String BASE_CONFIG_URI
           
protected  Configuration BROKER_CONFIGURATION
           
protected static ConfigurationManager configurationManager
           
protected  Configuration CONNECTOR_CONFIGURATION
           
protected static String DESTINATION_APPLICATION_NAME
           
protected static String DESTINATION_CONFIG_URI
           
protected static String DESTINATION_LIST
           
protected static String DESTINATION_MODULE_NAME
           
protected static String DESTINATION_MSG
           
protected static String DESTINATION_NAME
           
protected static String DESTINATION_PHYSICAL_NAME
           
protected static String DESTINATION_TYPE
           
protected static String GET_BROKER_ADMIN_FUNCTION
           
protected static AbstractName JCA_CONNECTION_FACTORY_NAME
           
protected static AbstractName JCA_MANAGED_CONNECTION_FACTORY_NAME
           
protected static AbstractName JCA_RESOURCE_NAME
           
protected static Kernel kernel
           
protected static Object[] no_args
           
protected static String[] no_params
           
static String QUEUE_TYPE
           
protected static AbstractName RESOURCE_ADAPTER_MODULE_NAME
           
protected static AbstractName RESOURCE_ADAPTER_NAME
           
static String TOPIC_TYPE
           
 
Constructor Summary
AbstractJMSManager()
           
 
Method Summary
protected  GBeanData getQueueGBeanData()
           
protected  GBeanData getResourceAdapterModuleData()
           
protected  GBeanData getTopicGBeanData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AbstractJMSManager

public AbstractJMSManager()
Method Detail

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.