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

JMSProviderAdapter (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


org.jboss.jms.jndi
Interface JMSProviderAdapter

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractJMSProviderAdapter

public interface JMSProviderAdapter
extends 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

Version:
$Revision: 1.7 $
Author:
Hiram Chirino, Jason Dillon

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

Method Detail

getInitialContext

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

Throws:
NamingException

setName

public void setName(String name)

getName

public String getName()

setProperties

public void setProperties(Properties properties)

getProperties

public Properties getProperties()

getFactoryRef

public String getFactoryRef()

getQueueFactoryRef

public String getQueueFactoryRef()

getTopicFactoryRef

public String getTopicFactoryRef()

setFactoryRef

public void setFactoryRef(String newFactoryRef)

setQueueFactoryRef

public void setQueueFactoryRef(String newQueueFactoryRef)

setTopicFactoryRef

public void setTopicFactoryRef(String newTopicFactoryRef)


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