|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JMSProviderAdapter
JMS Provider Adapter
Method Summary | |
---|---|
String |
getFactoryRef()
Get the jndi binding of the combined connection factory |
Context |
getInitialContext()
This must return a context which can be closed. |
String |
getName()
Get the provider name |
Properties |
getProperties()
Get the properties |
String |
getQueueFactoryRef()
Get the jndi binding of the queue connection factory |
String |
getTopicFactoryRef()
Get the jndi binding of the topic connection factory |
void |
setFactoryRef(String newFactoryRef)
Set the jndi binding of the combined connection factory |
void |
setName(String name)
Set the provider name |
void |
setProperties(Properties properties)
Set the properties |
void |
setQueueFactoryRef(String newQueueFactoryRef)
Set the jndi binding of the queue connection factory |
void |
setTopicFactoryRef(String newTopicFactoryRef)
Set the jndi binding of the topic connection factory |
Method Detail |
---|
Context getInitialContext() throws NamingException
NamingException
void setName(String name)
name
- the nameString getName()
void setProperties(Properties properties)
properties
- the propertiesProperties getProperties()
String getFactoryRef()
String getQueueFactoryRef()
String getTopicFactoryRef()
void setFactoryRef(String newFactoryRef)
newFactoryRef
- the jndi bindingvoid setQueueFactoryRef(String newQueueFactoryRef)
newQueueFactoryRef
- the jndi bindingvoid setTopicFactoryRef(String newTopicFactoryRef)
newTopicFactoryRef
- the jndi binding
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |