Package com.sun.ts.lib.porting
Interface TSJMSObjectsInterface
public interface TSJMSObjectsInterface
This is the TSJMSObjectsInterface. An implementation of this interface must be provided by each JMS implementation to
support their own implementation of getting administered objects.
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.jms.ConnectionFactory
getConnectionFactory
(String name) This method allows JMS implementation to get ConnectionFactoryjakarta.jms.Queue
This method allows JMS implementation to get Queuejakarta.jms.QueueConnectionFactory
This method allows JMS implementation to get QueueConnectionFactoryjakarta.jms.Topic
This method allows JMS implementation to get Topicjakarta.jms.TopicConnectionFactory
This method allows JMS implementation to get TopicConnectionFactory
-
Method Details
-
getQueue
This method allows JMS implementation to get Queue- Throws:
Exception
-
getTopic
This method allows JMS implementation to get Topic- Throws:
Exception
-
getTopicConnectionFactory
This method allows JMS implementation to get TopicConnectionFactory- Throws:
Exception
-
getQueueConnectionFactory
This method allows JMS implementation to get QueueConnectionFactory- Throws:
Exception
-
getConnectionFactory
This method allows JMS implementation to get ConnectionFactory- Throws:
Exception
-