org.jboss.jms.jndi
Interface JMSProviderAdapter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AbstractJMSProviderAdapter (src)

public interface JMSProviderAdapter
extends java.io.Serializable

JMSProviderAdapter.java

Created: Wed Nov 29 14:15:07 2000

6/22/01 - hchirino - The queue/topic jndi references are now configed via JMX


Method Summary
 java.lang.String getFactoryRef()
           
 javax.naming.Context getInitialContext()
          This must return a context which can be closed.
 java.lang.String getName()
           
 java.util.Properties getProperties()
           
 java.lang.String getQueueFactoryRef()
           
 java.lang.String getTopicFactoryRef()
           
 void setFactoryRef(java.lang.String newFactoryRef)
           
 void setName(java.lang.String name)
           
 void setProperties(java.util.Properties properties)
           
 void setQueueFactoryRef(java.lang.String newQueueFactoryRef)
           
 void setTopicFactoryRef(java.lang.String newTopicFactoryRef)
           
 

Method Detail

getInitialContext

public javax.naming.Context getInitialContext()
                                       throws javax.naming.NamingException
This must return a context which can be closed.

Throws:
javax.naming.NamingException

setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()

setProperties

public void setProperties(java.util.Properties properties)

getProperties

public java.util.Properties getProperties()

getFactoryRef

public java.lang.String getFactoryRef()

getQueueFactoryRef

public java.lang.String getQueueFactoryRef()

getTopicFactoryRef

public java.lang.String getTopicFactoryRef()

setFactoryRef

public void setFactoryRef(java.lang.String newFactoryRef)

setQueueFactoryRef

public void setQueueFactoryRef(java.lang.String newQueueFactoryRef)

setTopicFactoryRef

public void setTopicFactoryRef(java.lang.String newTopicFactoryRef)