|
|||||||||
| Home >> All >> org >> objectweb >> jtests >> providers >> [ admin overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.objectweb.jtests.providers.admin
Class JBossMQAdmin

java.lang.Objectorg.objectweb.jtests.providers.admin.JBossMQAdmin
- All Implemented Interfaces:
- org.objectweb.jtests.jms.admin.Admin
- public class JBossMQAdmin
- extends java.lang.Object
- implements org.objectweb.jtests.jms.admin.Admin
- extends java.lang.Object
| Field Summary | |
(package private) javax.naming.InitialContext |
ictx
|
private java.lang.String |
name
|
(package private) org.jboss.jmx.adaptor.rmi.RMIAdaptor |
server
|
| 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 |
| Field Detail |
name
private java.lang.String name
ictx
javax.naming.InitialContext ictx
server
org.jboss.jmx.adaptor.rmi.RMIAdaptor server
| Constructor Detail |
JBossMQAdmin
public JBossMQAdmin()
| Method Detail |
getName
public java.lang.String getName()
- Description copied from interface:
org.objectweb.jtests.jms.admin.Admin - Returns the name of the JMS Provider.
- Specified by:
getNamein interfaceorg.objectweb.jtests.jms.admin.Admin
createInitialContext
public javax.naming.InitialContext createInitialContext() throws javax.naming.NamingException
- Description copied from interface:
org.objectweb.jtests.jms.admin.Admin - Returns an
InitialContextwith correct properties from the JMS Provider.- Specified by:
createInitialContextin interfaceorg.objectweb.jtests.jms.admin.Admin
createQueueConnectionFactory
public void createQueueConnectionFactory(java.lang.String name)
- Description copied from interface:
org.objectweb.jtests.jms.admin.Admin - Creates a
QueueConnectionFactoryand makes it available from JNDI with namename.- Specified by:
createQueueConnectionFactoryin interfaceorg.objectweb.jtests.jms.admin.Admin
deleteQueueConnectionFactory
public void deleteQueueConnectionFactory(java.lang.String name)
- Description copied from interface:
org.objectweb.jtests.jms.admin.Admin - Removes the
QueueConnectionFactoryof namenamefrom JNDI and deletes it- Specified by:
deleteQueueConnectionFactoryin interfaceorg.objectweb.jtests.jms.admin.Admin
createTopicConnectionFactory
public void createTopicConnectionFactory(java.lang.String name)
- Description copied from interface:
org.objectweb.jtests.jms.admin.Admin - Creates a
TopicConnectionFactoryand makes it available from JNDI with namename.- Specified by:
createTopicConnectionFactoryin interfaceorg.objectweb.jtests.jms.admin.Admin
deleteTopicConnectionFactory
public void deleteTopicConnectionFactory(java.lang.String name)
- Description copied from interface:
org.objectweb.jtests.jms.admin.Admin - Removes the
TopicConnectionFactoryof namenamefrom JNDI and deletes it- Specified by:
deleteTopicConnectionFactoryin interfaceorg.objectweb.jtests.jms.admin.Admin
createQueue
public void createQueue(java.lang.String name)
- Description copied from interface:
org.objectweb.jtests.jms.admin.Admin - Creates a
Queueand makes it available from JNDI with namename.- Specified by:
createQueuein interfaceorg.objectweb.jtests.jms.admin.Admin
createTopic
public void createTopic(java.lang.String name)
- Description copied from interface:
org.objectweb.jtests.jms.admin.Admin - Creates a
Topicand makes it available from JNDI with namename.- Specified by:
createTopicin interfaceorg.objectweb.jtests.jms.admin.Admin
deleteQueue
public void deleteQueue(java.lang.String name)
- Description copied from interface:
org.objectweb.jtests.jms.admin.Admin - Removes the
Queueof namenamefrom JNDI and deletes it- Specified by:
deleteQueuein interfaceorg.objectweb.jtests.jms.admin.Admin
deleteTopic
public void deleteTopic(java.lang.String name)
- Description copied from interface:
org.objectweb.jtests.jms.admin.Admin - Removes the
Topicof namenamefrom JNDI and deletes it- Specified by:
deleteTopicin interfaceorg.objectweb.jtests.jms.admin.Admin
|
|||||||||
| Home >> All >> org >> objectweb >> jtests >> providers >> [ admin overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.objectweb.jtests.providers.admin.JBossMQAdmin