|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jtests.providers.admin.JBossMQAdmin
Constructor Summary | |
JBossMQAdmin()
|
Method Summary | |
javax.naming.InitialContext |
createInitialContext()
Returns an InitialContext with correct properties from
the JMS Provider. |
void |
createQueue(java.lang.String name)
Creates a Queue and makes it available
from JNDI with name name . |
void |
createQueueConnectionFactory(java.lang.String name)
Creates a QueueConnectionFactory and makes it available
from JNDI with name name . |
void |
createTopic(java.lang.String name)
Creates a Topic and makes it available
from JNDI with name name . |
void |
createTopicConnectionFactory(java.lang.String name)
Creates a TopicConnectionFactory and makes it available
from JNDI with name name . |
void |
deleteQueue(java.lang.String name)
Removes the Queue of name name from JNDI and deletes it |
void |
deleteQueueConnectionFactory(java.lang.String name)
Removes the QueueConnectionFactory of name name from JNDI and deletes it |
void |
deleteTopic(java.lang.String name)
Removes the Topic of name name from JNDI and deletes it |
void |
deleteTopicConnectionFactory(java.lang.String name)
Removes the TopicConnectionFactory of name name from JNDI and deletes it |
java.lang.String |
getName()
Returns the name of the JMS Provider. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JBossMQAdmin()
Method Detail |
public java.lang.String getName()
Admin (src)
getName
in interface Admin (src)
public javax.naming.InitialContext createInitialContext() throws javax.naming.NamingException
Admin (src)
InitialContext
with correct properties from
the JMS Provider.
createInitialContext
in interface Admin (src)
InitialContext
with correct properties from the JMS Provider.
javax.naming.NamingException
public void createQueueConnectionFactory(java.lang.String name)
Admin (src)
QueueConnectionFactory
and makes it available
from JNDI with name name
.
createQueueConnectionFactory
in interface Admin (src)
name
- JNDI name of the QueueConnectionFactory
public void deleteQueueConnectionFactory(java.lang.String name)
Admin (src)
QueueConnectionFactory
of name name
from JNDI and deletes it
deleteQueueConnectionFactory
in interface Admin (src)
name
- JNDI name of the Queue
public void createTopicConnectionFactory(java.lang.String name)
Admin (src)
TopicConnectionFactory
and makes it available
from JNDI with name name
.
createTopicConnectionFactory
in interface Admin (src)
name
- JNDI name of the TopicConnectionFactory
public void deleteTopicConnectionFactory(java.lang.String name)
Admin (src)
TopicConnectionFactory
of name name
from JNDI and deletes it
deleteTopicConnectionFactory
in interface Admin (src)
name
- JNDI name of the Queue
public void createQueue(java.lang.String name)
Admin (src)
Queue
and makes it available
from JNDI with name name
.
createQueue
in interface Admin (src)
name
- JNDI name of the Queue
public void createTopic(java.lang.String name)
Admin (src)
Topic
and makes it available
from JNDI with name name
.
createTopic
in interface Admin (src)
name
- JNDI name of the Topic
public void deleteQueue(java.lang.String name)
Admin (src)
Queue
of name name
from JNDI and deletes it
deleteQueue
in interface Admin (src)
name
- JNDI name of the Queue
public void deleteTopic(java.lang.String name)
Admin (src)
Topic
of name name
from JNDI and deletes it
deleteTopic
in interface Admin (src)
name
- JNDI name of the Topic
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |