站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 server API Documentation 英文版文档

JBossMQProvider (JBoss Server API) - JBoss 3.2.7 server API Documentation 英文版文档


org.jboss.jms.jndi
Class JBossMQProvider

java.lang.Object
  extended byorg.jboss.jms.jndi.AbstractJMSProviderAdapter
      extended byorg.jboss.jms.jndi.JBossMQProvider
All Implemented Interfaces:
JMSProviderAdapter, Serializable

Deprecated. use JNDIProviderAdapter

public class JBossMQProvider
extends AbstractJMSProviderAdapter

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

Version:
$Revision: 1.9.4.1 $
Author:
Peter Antman, Hiram Chirino, Jason Dillon
See Also:
Serialized Form

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

INITIAL_CONTEXT_FACTORY

public static final String INITIAL_CONTEXT_FACTORY
Deprecated. 
The initial context factory to use.

See Also:
Constant Field Values

URL_PKG_PREFIXES

public static final String URL_PKG_PREFIXES
Deprecated. 
The url package prefixes.

See Also:
Constant Field Values
Constructor Detail

JBossMQProvider

public JBossMQProvider()
Deprecated. 
Method Detail

setProperties

public void setProperties(Properties properties)
Deprecated. 
Description copied from class: AbstractJMSProviderAdapter
Set the properties that will be used to connect to the JNDI provider.

Specified by:
setProperties in interface JMSProviderAdapter
Overrides:
setProperties in class AbstractJMSProviderAdapter
Parameters:
properties - The Properties that will be used to connect.

getInitialContext

public Context getInitialContext()
                          throws NamingException
Deprecated. 
Create a new InitialContext suitable for this JMS provider.

Returns:
An InitialContext suitable for this JMS provider.
Throws:
NamingException - Failed to construct context.


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