|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.jms.jndi.AbstractJMSProviderAdapter
org.jboss.jms.jndi.JBossMQProvider
A JMS provider adapter for JBossMQ. Created: Fri Dec 22 09:34:04 2000 6/22/01 - hchirino - The queue/topic jndi references are now configed via JMX
$Revision: 1.9.4.1 $
Field Summary | |
static String |
INITIAL_CONTEXT_FACTORY
Deprecated. The initial context factory to use. |
static String |
URL_PKG_PREFIXES
Deprecated. The url package prefixes. |
Fields inherited from class org.jboss.jms.jndi.AbstractJMSProviderAdapter |
name, properties, providerURL, queueFactoryRef, topicFactoryRef |
Constructor Summary | |
JBossMQProvider()
Deprecated. |
Method Summary | |
Context |
getInitialContext()
Deprecated. Create a new InitialContext suitable for this JMS provider. |
void |
setProperties(Properties properties)
Deprecated. Set the properties that will be used to connect to the JNDI provider. |
Methods inherited from class org.jboss.jms.jndi.AbstractJMSProviderAdapter |
getName, getProperties, getProviderUrl, getQueueFactoryRef, getTopicFactoryRef, setName, setProviderUrl, setQueueFactoryRef, setTopicFactoryRef |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String INITIAL_CONTEXT_FACTORY
public static final String URL_PKG_PREFIXES
Constructor Detail |
public JBossMQProvider()
Method Detail |
public void setProperties(Properties properties)
AbstractJMSProviderAdapter
setProperties
in interface JMSProviderAdapter
setProperties
in class AbstractJMSProviderAdapter
properties
- The Properties that will be used to connect.public Context getInitialContext() throws NamingException
NamingException
- Failed to construct context.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |