|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.test.jms.AbstractAdmin
public class AbstractAdmin
AbstractAdmin.
| Constructor Summary | |
|---|---|
AbstractAdmin()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractAdmin()
| Method Detail |
|---|
public java.lang.String getName()
Admin
getName in interface Admin
public javax.naming.InitialContext createInitialContext()
throws javax.naming.NamingException
AdminInitialContext with correct properties from
the JMS Provider.
createInitialContext in interface AdminInitialContext with correct properties from the JMS Provider.
javax.naming.NamingExceptionpublic void createConnectionFactory(java.lang.String name)
AdminConnectionFactory and makes it available
from JNDI with name name.
createConnectionFactory in interface Adminname - JNDI name of the ConnectionFactorypublic void deleteConnectionFactory(java.lang.String name)
AdminConnectionFactory of name name from JNDI and deletes it
deleteConnectionFactory in interface Adminname - JNDI name of the ConnectionFactorypublic void createQueue(java.lang.String name)
AdminQueue and makes it available
from JNDI with name name.
createQueue in interface Adminname - JNDI name of the Queuepublic void deleteQueue(java.lang.String name)
AdminQueue of name name from JNDI and deletes it
deleteQueue in interface Adminname - JNDI name of the Queuepublic void createQueueConnectionFactory(java.lang.String name)
AdminQueueConnectionFactory and makes it available
from JNDI with name name.
createQueueConnectionFactory in interface Adminname - JNDI name of the QueueConnectionFactorypublic void deleteQueueConnectionFactory(java.lang.String name)
AdminQueueConnectionFactory of name name from JNDI and deletes it
deleteQueueConnectionFactory in interface Adminname - JNDI name of the QueueConnectionFactorypublic void createTopic(java.lang.String name)
AdminTopic and makes it available
from JNDI with name name.
createTopic in interface Adminname - JNDI name of the Topicpublic void deleteTopic(java.lang.String name)
AdminTopic of name name from JNDI and deletes it
deleteTopic in interface Adminname - JNDI name of the Topicpublic void createTopicConnectionFactory(java.lang.String name)
AdminTopicConnectionFactory and makes it available
from JNDI with name name.
createTopicConnectionFactory in interface Adminname - JNDI name of the TopicConnectionFactorypublic void deleteTopicConnectionFactory(java.lang.String name)
AdminTopicConnectionFactory of name name from JNDI and deletes it
deleteTopicConnectionFactory in interface Adminname - JNDI name of the TopicConnectionFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||