|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Admin
Simple Administration interface.
JMS Provider has to implement this
simple interface to be able to use the test suite.
| Method Summary | |
|---|---|
void |
createConnectionFactory(java.lang.String name)
Creates a ConnectionFactory and makes it available
from JNDI with name name. |
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 |
deleteConnectionFactory(java.lang.String name)
Removes the ConnectionFactory of name name from JNDI and deletes it |
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. |
| Method Detail |
|---|
java.lang.String getName()
javax.naming.InitialContext createInitialContext()
throws javax.naming.NamingException
InitialContext with correct properties from
the JMS Provider.
InitialContext with correct properties from the JMS Provider.
javax.naming.NamingExceptionvoid createConnectionFactory(java.lang.String name)
ConnectionFactory and makes it available
from JNDI with name name.
name - JNDI name of the ConnectionFactoryvoid createQueueConnectionFactory(java.lang.String name)
QueueConnectionFactory and makes it available
from JNDI with name name.
name - JNDI name of the QueueConnectionFactoryvoid createTopicConnectionFactory(java.lang.String name)
TopicConnectionFactory and makes it available
from JNDI with name name.
name - JNDI name of the TopicConnectionFactoryvoid createQueue(java.lang.String name)
Queue and makes it available
from JNDI with name name.
name - JNDI name of the Queuevoid createTopic(java.lang.String name)
Topic and makes it available
from JNDI with name name.
name - JNDI name of the Topicvoid deleteQueue(java.lang.String name)
Queue of name name from JNDI and deletes it
name - JNDI name of the Queuevoid deleteTopic(java.lang.String name)
Topic of name name from JNDI and deletes it
name - JNDI name of the Topicvoid deleteConnectionFactory(java.lang.String name)
ConnectionFactory of name name from JNDI and deletes it
name - JNDI name of the ConnectionFactoryvoid deleteQueueConnectionFactory(java.lang.String name)
QueueConnectionFactory of name name from JNDI and deletes it
name - JNDI name of the QueueConnectionFactoryvoid deleteTopicConnectionFactory(java.lang.String name)
TopicConnectionFactory of name name from JNDI and deletes it
name - JNDI name of the TopicConnectionFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||