|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
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 |
public Context getInitialContext() throws NamingException
NamingException
public void setName(String name)
public String getName()
public void setProperties(Properties properties)
public Properties getProperties()
public String getFactoryRef()
public String getQueueFactoryRef()
public String getTopicFactoryRef()
public void setFactoryRef(String newFactoryRef)
public void setQueueFactoryRef(String newQueueFactoryRef)
public void setTopicFactoryRef(String newTopicFactoryRef)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |