Uses of Class
com.sun.ts.lib.porting.TSJMSAdminException

Uses of TSJMSAdminException in com.sun.ts.lib.porting
 

Methods in com.sun.ts.lib.porting that throw TSJMSAdminException
 void TSJMSAdminInterface.createQueueConnectionFactories(java.lang.String[] queueConnectionFactories, java.lang.String[] props)
          This method creates QueueConnectionFactorys in a J2EE implementation.
 void TSJMSAdminInterface.createQueues(java.lang.String[] queues)
          The createQueues method creates queues in a J2EE implementation.
 void TSJMSAdminInterface.createTopicConnectionFactories(java.lang.String[] topicConnectionFactories, java.lang.String[] props)
          This method creates TopicConnectionFactorys in a J2EE implementation.
 void TSJMSAdminInterface.createTopics(java.lang.String[] topics)
          The createTopics method creates topics in a J2EE implementation.
 void TSJMSAdminInterface.removeJmsConnectionFactories(java.lang.String[] jmsConnectionFactoryNames)
          This method removes ConnectionFactories from a J2EE implementation.
 void TSJMSAdminInterface.removeQueues(java.lang.String[] queues)
          The removeQueues method removes queues in a J2EE implementation.
 void TSJMSAdminInterface.removeTopics(java.lang.String[] topics)
          The removeTopics method remove topics in a J2EE implementation.