Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » jms » jndi » [javadoc | source]
org.jboss.jms.jndi
abstract public class: AbstractJMSProviderAdapter [javadoc | source]
java.lang.Object
   org.jboss.jms.jndi.AbstractJMSProviderAdapter

All Implemented Interfaces:
    Serializable, JMSProviderAdapter

Direct Known Subclasses:
    JNDIProviderAdapter, JBossMQProvider

An abstract implementaion of JMSProviderAdapter . Sub-classes must provide connection names via instance initialzation and provide an implementaion of #getInitialContext . 6/22/01 - hchirino - The queue/topic jndi references are now configed via JMX
Field Summary
protected  String name    The name of the provider. 
protected  Properties properties    The properties. 
protected  String factoryRef    The factory name to use. 
protected  String queueFactoryRef    The queue factory name to use. 
protected  String topicFactoryRef    The topic factory name to use. 
Method from org.jboss.jms.jndi.AbstractJMSProviderAdapter Summary:
getFactoryRef,   getName,   getProperties,   getQueueFactoryRef,   getTopicFactoryRef,   setFactoryRef,   setName,   setProperties,   setQueueFactoryRef,   setTopicFactoryRef
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.jms.jndi.AbstractJMSProviderAdapter Detail:
 public String getFactoryRef() 
 public final String getName() 
 public final Properties getProperties() 
 public String getQueueFactoryRef() 
 public String getTopicFactoryRef() 
 public  void setFactoryRef(String newFactoryRef) 
 public  void setName(String name) 
 public  void setProperties(Properties properties) 
 public  void setQueueFactoryRef(String newQueueFactoryRef) 
 public  void setTopicFactoryRef(String newTopicFactoryRef)