|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JmsAdministration
JMS Administration interface. must be implemented for each jms provider
| Method Summary | |
|---|---|
Queue |
createQueue(String name)
Create a Queue |
Topic |
createTopic(String name)
Create a Topic |
XAConnectionFactory |
getXAConnectionFactory()
Get the XAConnectionFactory |
XAQueueConnectionFactory |
getXAQueueConnectionFactory()
Get the XAQueueConnectionFactory |
XATopicConnectionFactory |
getXATopicConnectionFactory()
Get the XATopicConnectionFactory |
void |
start(boolean collocated,
String url)
Jms Administrator is created with newInstance(). |
void |
stop()
Stop the Jms Administrator |
| Method Detail |
|---|
void start(boolean collocated,
String url)
throws Exception
collocated - true for if the MOM in run in the current JVMurl - connexion that must be used.
Exception - could not start MOMvoid stop()
XAConnectionFactory getXAConnectionFactory()
XATopicConnectionFactory getXATopicConnectionFactory()
XAQueueConnectionFactory getXAQueueConnectionFactory()
Topic createTopic(String name)
throws Exception
name - the JNDI name
Exception - could not create destination
Queue createQueue(String name)
throws Exception
name - the JNDI name
Exception - could not create destination
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||