|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
JMS Administration interface. must be implemented for each jms provider JOnAS uses this interface to access the JMS provider.
| Method Summary | |
javax.jms.Queue |
createQueue(java.lang.String name)
Create a Queue |
javax.jms.Topic |
createTopic(java.lang.String name)
Create a Topic |
javax.jms.XAQueueConnectionFactory |
getXAQueueConnectionFactory()
Get the XAQueueConnectionFactory |
javax.jms.XATopicConnectionFactory |
getXATopicConnectionFactory()
Get the XATopicConnectionFactory |
void |
start(boolean collocated,
java.lang.String url)
Jms Administrator is created with newInstance(). initialization is done later with this method. |
void |
stop()
Stop the Jms Administrator |
| Method Detail |
public void start(boolean collocated,
java.lang.String url)
throws java.lang.Exception
boolean - true for if the MOM in run in the current JVMString - url connexion that must be used.public void stop()
public javax.jms.XATopicConnectionFactory getXATopicConnectionFactory()
public javax.jms.XAQueueConnectionFactory getXAQueueConnectionFactory()
public javax.jms.Topic createTopic(java.lang.String name)
throws java.lang.Exception
public javax.jms.Queue createQueue(java.lang.String name)
throws java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||