|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A marker interface to join topics and queues into one factory.
Created: Thu Mar 29 15:37:21 2001
$Revision: 1.1.4.1 $
Method Summary | |
void |
addTemporaryQueue(javax.jms.TemporaryQueue temp)
Add a temporary queue |
void |
addTemporaryTopic(javax.jms.TemporaryTopic temp)
Add a temporary topic |
void |
closeSession(JmsSession session)
Notification that a session is closed |
Methods inherited from interface javax.jms.Connection |
close, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop |
Methods inherited from interface javax.jms.TopicConnection |
createConnectionConsumer, createDurableConnectionConsumer, createTopicSession |
Methods inherited from interface javax.jms.QueueConnection |
createConnectionConsumer, createQueueSession |
Method Detail |
public void addTemporaryQueue(javax.jms.TemporaryQueue temp)
temp
- the temporary queuepublic void addTemporaryTopic(javax.jms.TemporaryTopic temp)
temp
- the temporary topicpublic void closeSession(JmsSession session) throws javax.jms.JMSException
javax.jms.JMSException
- for any error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |