|
|||||||||
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(String name)
Creates a ConnectionFactory and makes it available
from JNDI with name name . |
InitialContext |
createInitialContext()
Returns an InitialContext with correct properties from
the JMS Provider. |
void |
createQueue(String name)
Creates a Queue and makes it available
from JNDI with name name . |
void |
createQueueConnectionFactory(String name)
Creates a QueueConnectionFactory and makes it available
from JNDI with name name . |
void |
createTopic(String name)
Creates a Topic and makes it available
from JNDI with name name . |
void |
createTopicConnectionFactory(String name)
Creates a TopicConnectionFactory and makes it available
from JNDI with name name . |
void |
deleteConnectionFactory(String name)
Removes the ConnectionFactory of name name from JNDI and deletes it |
void |
deleteQueue(String name)
Removes the Queue of name name from JNDI and deletes it |
void |
deleteQueueConnectionFactory(String name)
Removes the QueueConnectionFactory of name name from JNDI and deletes it |
void |
deleteTopic(String name)
Removes the Topic of name name from JNDI and deletes it |
void |
deleteTopicConnectionFactory(String name)
Removes the TopicConnectionFactory of name name from JNDI and deletes it |
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 String getName()
org.objectweb.jtests.jms.admin.Admin
getName
in interface org.objectweb.jtests.jms.admin.Admin
public InitialContext createInitialContext() throws NamingException
org.objectweb.jtests.jms.admin.Admin
InitialContext
with correct properties from
the JMS Provider.
createInitialContext
in interface org.objectweb.jtests.jms.admin.Admin
InitialContext
with correct properties from the JMS Provider.
NamingException
public void createConnectionFactory(String name)
org.objectweb.jtests.jms.admin.Admin
ConnectionFactory
and makes it available
from JNDI with name name
.
createConnectionFactory
in interface org.objectweb.jtests.jms.admin.Admin
name
- JNDI name of the ConnectionFactory
public void deleteConnectionFactory(String name)
org.objectweb.jtests.jms.admin.Admin
ConnectionFactory
of name name
from JNDI and deletes it
deleteConnectionFactory
in interface org.objectweb.jtests.jms.admin.Admin
name
- JNDI name of the ConnectionFactory
public void createQueue(String name)
org.objectweb.jtests.jms.admin.Admin
Queue
and makes it available
from JNDI with name name
.
createQueue
in interface org.objectweb.jtests.jms.admin.Admin
name
- JNDI name of the Queue
public void deleteQueue(String name)
org.objectweb.jtests.jms.admin.Admin
Queue
of name name
from JNDI and deletes it
deleteQueue
in interface org.objectweb.jtests.jms.admin.Admin
name
- JNDI name of the Queue
public void createQueueConnectionFactory(String name)
org.objectweb.jtests.jms.admin.Admin
QueueConnectionFactory
and makes it available
from JNDI with name name
.
createQueueConnectionFactory
in interface org.objectweb.jtests.jms.admin.Admin
name
- JNDI name of the QueueConnectionFactory
public void deleteQueueConnectionFactory(String name)
org.objectweb.jtests.jms.admin.Admin
QueueConnectionFactory
of name name
from JNDI and deletes it
deleteQueueConnectionFactory
in interface org.objectweb.jtests.jms.admin.Admin
name
- JNDI name of the QueueConnectionFactory
public void createTopic(String name)
org.objectweb.jtests.jms.admin.Admin
Topic
and makes it available
from JNDI with name name
.
createTopic
in interface org.objectweb.jtests.jms.admin.Admin
name
- JNDI name of the Topic
public void deleteTopic(String name)
org.objectweb.jtests.jms.admin.Admin
Topic
of name name
from JNDI and deletes it
deleteTopic
in interface org.objectweb.jtests.jms.admin.Admin
name
- JNDI name of the Topic
public void createTopicConnectionFactory(String name)
org.objectweb.jtests.jms.admin.Admin
TopicConnectionFactory
and makes it available
from JNDI with name name
.
createTopicConnectionFactory
in interface org.objectweb.jtests.jms.admin.Admin
name
- JNDI name of the TopicConnectionFactory
public void deleteTopicConnectionFactory(String name)
org.objectweb.jtests.jms.admin.Admin
TopicConnectionFactory
of name name
from JNDI and deletes it
deleteTopicConnectionFactory
in interface org.objectweb.jtests.jms.admin.Admin
name
- JNDI name of the TopicConnectionFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |