org.jboss.jms.jndi
Class JNDIProviderAdapter

java.lang.Object
  extended byorg.jboss.jms.jndi.AbstractJMSProviderAdapter (src) 
      extended byorg.jboss.jms.jndi.JNDIProviderAdapter
All Implemented Interfaces:
JMSProviderAdapter (src) , java.io.Serializable

public class JNDIProviderAdapter
extends AbstractJMSProviderAdapter (src)

A provider adapter that uses properties.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.jms.jndi.AbstractJMSProviderAdapter (src)
factoryRef, name, properties, queueFactoryRef, topicFactoryRef
 
Constructor Summary
JNDIProviderAdapter()
           
 
Method Summary
 javax.naming.Context getInitialContext()
          This must return a context which can be closed.
 
Methods inherited from class org.jboss.jms.jndi.AbstractJMSProviderAdapter (src)
getFactoryRef, getName, getProperties, getQueueFactoryRef, getTopicFactoryRef, setFactoryRef, setName, setProperties, setQueueFactoryRef, setTopicFactoryRef
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNDIProviderAdapter

public JNDIProviderAdapter()
Method Detail

getInitialContext

public javax.naming.Context getInitialContext()
                                       throws javax.naming.NamingException
Description copied from interface: JMSProviderAdapter (src)
This must return a context which can be closed.

Throws:
javax.naming.NamingException