|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jonas_jms.JmsAdminForJoram
Joram Administration. This Joram specific class implements the JMS independant interface JmsAdministration.
Constructor Summary | |
JmsAdminForJoram()
default constructor. |
Method Summary | |
javax.jms.Queue |
createQueue(java.lang.String name)
Create a Queue and bind it to the registry |
javax.jms.Topic |
createTopic(java.lang.String name)
Create a Topic and bind it to the registry |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JmsAdminForJoram()
Method Detail |
public void start(boolean collocated, java.lang.String url) throws java.lang.Exception
start
in interface JmsAdministration
boolean
- true for if the MOM in run in the current JVMString
- url connexion that must be used if not collocatedpublic void stop()
stop
in interface JmsAdministration
public javax.jms.XATopicConnectionFactory getXATopicConnectionFactory()
getXATopicConnectionFactory
in interface JmsAdministration
public javax.jms.XAQueueConnectionFactory getXAQueueConnectionFactory()
getXAQueueConnectionFactory
in interface JmsAdministration
public javax.jms.Queue createQueue(java.lang.String name) throws java.lang.Exception
createQueue
in interface JmsAdministration
public javax.jms.Topic createTopic(java.lang.String name) throws java.lang.Exception
createTopic
in interface JmsAdministration
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |