|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JmsSessionFactory
A marker interface to join topics and queues into one factory.
$Revision: 57189 $
| Field Summary | |
|---|---|
static String |
ISE
Error message for strict behaviour |
| 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, createConnectionConsumer, createSession, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop |
| Methods inherited from interface javax.jms.TopicConnection |
|---|
createConnectionConsumer, createDurableConnectionConsumer, createTopicSession |
| Methods inherited from interface javax.jms.Connection |
|---|
close, createConnectionConsumer, createSession, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop |
| Methods inherited from interface javax.jms.QueueConnection |
|---|
createConnectionConsumer, createQueueSession |
| Methods inherited from interface javax.jms.Connection |
|---|
close, createConnectionConsumer, createSession, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop |
| Field Detail |
|---|
static final String ISE
| Method Detail |
|---|
void addTemporaryQueue(javax.jms.TemporaryQueue temp)
temp - the temporary queuevoid addTemporaryTopic(javax.jms.TemporaryTopic temp)
temp - the temporary topic
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 | |||||||||