| |
|
| org.jboss.jms.jndi.JMSProviderAdapter
All known Subclasses: org.jboss.jms.jndi.AbstractJMSProviderAdapter,
getFactoryRef | String getFactoryRef()(Code) | | Get the jndi binding of the combined connection factory
the jndi binding |
getName | String getName()(Code) | | Get the provider name
the name |
getProperties | Properties getProperties()(Code) | | Get the properties
the properties |
getQueueFactoryRef | String getQueueFactoryRef()(Code) | | Get the jndi binding of the queue connection factory
the jndi binding |
getTopicFactoryRef | String getTopicFactoryRef()(Code) | | Get the jndi binding of the topic connection factory
the jndi binding |
setFactoryRef | void setFactoryRef(String newFactoryRef)(Code) | | Set the jndi binding of the combined connection factory
Parameters: newFactoryRef - the jndi binding |
setName | void setName(String name)(Code) | | Set the provider name
Parameters: name - the name |
setProperties | void setProperties(Properties properties)(Code) | | Set the properties
Parameters: properties - the properties |
setQueueFactoryRef | void setQueueFactoryRef(String newQueueFactoryRef)(Code) | | Set the jndi binding of the queue connection factory
Parameters: newQueueFactoryRef - the jndi binding |
setTopicFactoryRef | void setTopicFactoryRef(String newTopicFactoryRef)(Code) | | Set the jndi binding of the topic connection factory
Parameters: newTopicFactoryRef - the jndi binding |
|
|
|