org.jboss.jms.jndi
Class JNDIProviderAdapter

java.lang.Object
  extended by org.jboss.jms.jndi.AbstractJMSProviderAdapter
      extended by org.jboss.jms.jndi.JNDIProviderAdapter
All Implemented Interfaces:
Serializable, JMSProviderAdapter

public class JNDIProviderAdapter
extends AbstractJMSProviderAdapter

A provider adapter that uses properties.

Version:
$Revision: 57209 $
Author:
Peter Antman DN , Adrian Brock
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.jms.jndi.AbstractJMSProviderAdapter
factoryRef, name, properties, queueFactoryRef, topicFactoryRef
 
Constructor Summary
JNDIProviderAdapter()
           
 
Method Summary
 Context getInitialContext()
          This must return a context which can be closed.
 
Methods inherited from class org.jboss.jms.jndi.AbstractJMSProviderAdapter
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 Context getInitialContext()
                          throws NamingException
Description copied from interface: JMSProviderAdapter
This must return a context which can be closed.

Returns:
the context
Throws:
NamingException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.