| |
|
| org.jboss.jms.jndi.JMSProviderLoaderMBean
All known Subclasses: org.jboss.jms.jndi.JMSProviderLoader,
JMSProviderLoaderMBean | public interface JMSProviderLoaderMBean extends ServiceMBean(Code) | | MBean interface.
author: Adrian Brock version: $Revision: 57209 $ |
getAdapterJNDIName | String getAdapterJNDIName()(Code) | | Get where the provider adapter is bound into jndi
the jndi binding |
getFactoryRef | String getFactoryRef()(Code) | | Get the jndi name of the unified connection factory
the jndi name |
getProperties | Properties getProperties()(Code) | | Get the provider properties
the properties |
getProviderAdapterClass | String getProviderAdapterClass()(Code) | | Get the provider adapter class
the class name |
getProviderName | String getProviderName()(Code) | | Get the provider name
the provider name |
getQueueFactoryRef | String getQueueFactoryRef()(Code) | | Get the jndi name of the queue connection factory
the jndi name |
getTopicFactoryRef | String getTopicFactoryRef()(Code) | | Get the jndi name of the topic connection factory
the jndi name |
setAdapterJNDIName | void setAdapterJNDIName(String name)(Code) | | Set where the provider adapter is bound into jndi
Parameters: name - the provider adapter jndi name |
setFactoryRef | void setFactoryRef(String newFactoryRef)(Code) | | Set the jndi name of the unified connection factory
Parameters: newFactoryRef - the jndi name |
setProperties | void setProperties(Properties properties)(Code) | | Set the provider properties
Parameters: properties - the properties |
setProviderAdapterClass | void setProviderAdapterClass(String clazz)(Code) | | Set the provider adapter class
Parameters: clazz - the class name |
setProviderName | void setProviderName(String name)(Code) | | Set the provider name
Parameters: name - the provider name |
setQueueFactoryRef | void setQueueFactoryRef(String newQueueFactoryRef)(Code) | | Set the jndi name of the queue connection factory
Parameters: newQueueFactoryRef - the jndi name |
setTopicFactoryRef | void setTopicFactoryRef(String newTopicFactoryRef)(Code) | | Set the jndi name of the topic connection factory
Parameters: newTopicFactoryRef - the jndi name |
|
|
|