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 SummaryModifier and TypeMethodDescriptionjakarta.jms.ConnectionFactorygetConnectionFactory(String name) This method allows JMS implementation to get ConnectionFactoryjakarta.jms.QueueThis method allows JMS implementation to get Queuejakarta.jms.QueueConnectionFactoryThis method allows JMS implementation to get QueueConnectionFactoryjakarta.jms.TopicThis method allows JMS implementation to get Topicjakarta.jms.TopicConnectionFactoryThis method allows JMS implementation to get TopicConnectionFactory
- 
Method Details- 
getQueueThis method allows JMS implementation to get Queue- Throws:
- Exception
 
- 
getTopicThis method allows JMS implementation to get Topic- Throws:
- Exception
 
- 
getTopicConnectionFactoryThis method allows JMS implementation to get TopicConnectionFactory- Throws:
- Exception
 
- 
getQueueConnectionFactoryThis method allows JMS implementation to get QueueConnectionFactory- Throws:
- Exception
 
- 
getConnectionFactoryThis method allows JMS implementation to get ConnectionFactory- Throws:
- Exception
 
 
-