|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.test.jms.GenericAdmin
public class GenericAdmin
GenericAdmin.
Field Summary | |
---|---|
static Admin |
delegate
|
static org.jboss.logging.Logger |
log
|
Constructor Summary | |
---|---|
GenericAdmin()
|
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 |
Field Detail |
---|
public static final org.jboss.logging.Logger log
public static Admin delegate
Constructor Detail |
---|
public GenericAdmin()
Method Detail |
---|
public java.lang.String getName()
Admin
getName
in interface Admin
public javax.naming.InitialContext createInitialContext() throws javax.naming.NamingException
Admin
InitialContext
with correct properties from
the JMS Provider.
createInitialContext
in interface Admin
InitialContext
with correct properties from the JMS Provider.
javax.naming.NamingException
public void createConnectionFactory(java.lang.String name)
Admin
ConnectionFactory
and makes it available
from JNDI with name name
.
createConnectionFactory
in interface Admin
name
- JNDI name of the ConnectionFactory
public void deleteConnectionFactory(java.lang.String name)
Admin
ConnectionFactory
of name name
from JNDI and deletes it
deleteConnectionFactory
in interface Admin
name
- JNDI name of the ConnectionFactory
public void createQueue(java.lang.String name)
Admin
Queue
and makes it available
from JNDI with name name
.
createQueue
in interface Admin
name
- JNDI name of the Queue
public void deleteQueue(java.lang.String name)
Admin
Queue
of name name
from JNDI and deletes it
deleteQueue
in interface Admin
name
- JNDI name of the Queue
public void createQueueConnectionFactory(java.lang.String name)
Admin
QueueConnectionFactory
and makes it available
from JNDI with name name
.
createQueueConnectionFactory
in interface Admin
name
- JNDI name of the QueueConnectionFactory
public void deleteQueueConnectionFactory(java.lang.String name)
Admin
QueueConnectionFactory
of name name
from JNDI and deletes it
deleteQueueConnectionFactory
in interface Admin
name
- JNDI name of the QueueConnectionFactory
public void createTopic(java.lang.String name)
Admin
Topic
and makes it available
from JNDI with name name
.
createTopic
in interface Admin
name
- JNDI name of the Topic
public void deleteTopic(java.lang.String name)
Admin
Topic
of name name
from JNDI and deletes it
deleteTopic
in interface Admin
name
- JNDI name of the Topic
public void createTopicConnectionFactory(java.lang.String name)
Admin
TopicConnectionFactory
and makes it available
from JNDI with name name
.
createTopicConnectionFactory
in interface Admin
name
- JNDI name of the TopicConnectionFactory
public void deleteTopicConnectionFactory(java.lang.String name)
Admin
TopicConnectionFactory
of name name
from JNDI and deletes it
deleteTopicConnectionFactory
in interface Admin
name
- JNDI name of the TopicConnectionFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |