|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TSJMSAdminInterface
This is the TSJMSAdminInterface. An implementation of this interface must be provided by each J2EE implementation, to support their own creation/deletion semantics of topic/queue and QueueConnectionFactory/TopicConnectionFactory.
Method Summary | |
---|---|
void |
createQueueConnectionFactories(java.lang.String[] queueConnectionFactories,
java.lang.String[] props)
This method creates QueueConnectionFactorys in a J2EE implementation. |
void |
createQueues(java.lang.String[] queues)
The createQueues method creates queues in a J2EE implementation. |
void |
createTopicConnectionFactories(java.lang.String[] topicConnectionFactories,
java.lang.String[] props)
This method creates TopicConnectionFactorys in a J2EE implementation. |
void |
createTopics(java.lang.String[] topics)
The createTopics method creates topics in a J2EE implementation. |
void |
init(java.io.PrintWriter writer)
The init method is a logging mechanism for diagnostics. |
void |
removeJmsConnectionFactories(java.lang.String[] jmsConnectionFactoryNames)
This method removes ConnectionFactories from a J2EE implementation. |
void |
removeQueues(java.lang.String[] queues)
The removeQueues method removes queues in a J2EE implementation. |
void |
removeTopics(java.lang.String[] topics)
The removeTopics method remove topics in a J2EE implementation. |
Method Detail |
---|
void init(java.io.PrintWriter writer)
writer
- The PrintWriter that is used to log output.void createQueues(java.lang.String[] queues) throws TSJMSAdminException
queues
- Queues to create
TSJMSAdminException
void createTopics(java.lang.String[] topics) throws TSJMSAdminException
topics
- Topics to create
TSJMSAdminException
void removeQueues(java.lang.String[] queues) throws TSJMSAdminException
queues
- Queues to remove
TSJMSAdminException
void removeTopics(java.lang.String[] topics) throws TSJMSAdminException
topics
- Topics to remove
TSJMSAdminException
void createQueueConnectionFactories(java.lang.String[] queueConnectionFactories, java.lang.String[] props) throws TSJMSAdminException
queueConnectionFactories
- queueConnectionFactories to createprops
- properties for the connection, if any
TSJMSAdminException
void createTopicConnectionFactories(java.lang.String[] topicConnectionFactories, java.lang.String[] props) throws TSJMSAdminException
topicConnectionFactories
- topicConnectionFactories to createprops
- properties for the connection, if any
TSJMSAdminException
void removeJmsConnectionFactories(java.lang.String[] jmsConnectionFactoryNames) throws TSJMSAdminException
jmsConnectionFactoryNames
- JmsConnectionFactoryNames to remove
TSJMSAdminException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |