|
||||||||||
| PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jms.jndi.AbstractJMSProviderAdapter
An abstract implementaion of JMSProviderAdapter (src) . Sub-classes must
provide connection names via instance initialzation and provide an
implementaion of JMSProviderAdapter.getInitialContext().
6/22/01 - hchirino - The queue/topic jndi references are now configed via JMX
| Field Summary | |
protected java.lang.String |
factoryRef
The factory name to use. |
protected java.lang.String |
name
The name of the provider. |
protected java.util.Properties |
properties
The properties. |
protected java.lang.String |
queueFactoryRef
The queue factory name to use. |
protected java.lang.String |
topicFactoryRef
The topic factory name to use. |
| Constructor Summary | |
AbstractJMSProviderAdapter()
|
|
| Method Summary | |
java.lang.String |
getFactoryRef()
??? |
java.lang.String |
getName()
Get the name of the provider. |
java.util.Properties |
getProperties()
|
java.lang.String |
getQueueFactoryRef()
??? |
java.lang.String |
getTopicFactoryRef()
??? |
void |
setFactoryRef(java.lang.String newFactoryRef)
??? |
void |
setName(java.lang.String name)
Set the name of the provider. |
void |
setProperties(java.util.Properties properties)
|
void |
setQueueFactoryRef(java.lang.String newQueueFactoryRef)
??? |
void |
setTopicFactoryRef(java.lang.String newTopicFactoryRef)
??? |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.jms.jndi.JMSProviderAdapter (src) |
getInitialContext |
| Field Detail |
protected java.lang.String name
protected java.util.Properties properties
protected java.lang.String factoryRef
protected java.lang.String queueFactoryRef
protected java.lang.String topicFactoryRef
| Constructor Detail |
public AbstractJMSProviderAdapter()
| Method Detail |
public void setName(java.lang.String name)
setName in interface JMSProviderAdapter (src) name - The provider name.public final java.lang.String getName()
getName in interface JMSProviderAdapter (src) public void setProperties(java.util.Properties properties)
setProperties in interface JMSProviderAdapter (src) public final java.util.Properties getProperties()
getProperties in interface JMSProviderAdapter (src) public java.lang.String getFactoryRef()
getFactoryRef in interface JMSProviderAdapter (src) public java.lang.String getQueueFactoryRef()
getQueueFactoryRef in interface JMSProviderAdapter (src) public java.lang.String getTopicFactoryRef()
getTopicFactoryRef in interface JMSProviderAdapter (src) public void setFactoryRef(java.lang.String newFactoryRef)
setFactoryRef in interface JMSProviderAdapter (src) public void setQueueFactoryRef(java.lang.String newQueueFactoryRef)
setQueueFactoryRef in interface JMSProviderAdapter (src) public void setTopicFactoryRef(java.lang.String newTopicFactoryRef)
setTopicFactoryRef in interface JMSProviderAdapter (src)
|
||||||||||
| PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||