|
Joram 5.2.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.joram.client.jms.Session
org.objectweb.joram.client.jms.TopicSession
public class TopicSession
Implements the javax.jms.TopicSession interface.
| Field Summary |
|---|
| Fields inherited from class org.objectweb.joram.client.jms.Session |
|---|
logger, messageListener |
| Fields inherited from interface javax.jms.Session |
|---|
AUTO_ACKNOWLEDGE, CLIENT_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE, SESSION_TRANSACTED |
| Method Summary | |
|---|---|
javax.jms.QueueBrowser |
createBrowser(javax.jms.Queue queue)
API method. |
javax.jms.QueueBrowser |
createBrowser(javax.jms.Queue queue,
java.lang.String selector)
API method. |
javax.jms.TopicPublisher |
createPublisher(javax.jms.Topic topic)
API method. |
javax.jms.Queue |
createQueue(java.lang.String queueName)
API method. |
javax.jms.TopicSubscriber |
createSubscriber(javax.jms.Topic topic)
API method. |
javax.jms.TopicSubscriber |
createSubscriber(javax.jms.Topic topic,
java.lang.String selector,
boolean noLocal)
API method. |
javax.jms.TemporaryQueue |
createTemporaryQueue()
API method. |
java.lang.String |
toString()
Returns a String image of this session. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.jms.TopicSession |
|---|
createDurableSubscriber, createDurableSubscriber, createTemporaryTopic, createTopic, unsubscribe |
| Methods inherited from interface javax.jms.Session |
|---|
close, commit, createBytesMessage, createConsumer, createConsumer, createConsumer, createMapMessage, createMessage, createObjectMessage, createObjectMessage, createProducer, createStreamMessage, createTextMessage, createTextMessage, getAcknowledgeMode, getMessageListener, getTransacted, recover, rollback, run, setMessageListener |
| Method Detail |
|---|
public java.lang.String toString()
toString in class Session
public javax.jms.TopicPublisher createPublisher(javax.jms.Topic topic)
throws javax.jms.JMSException
createPublisher in interface javax.jms.TopicSessionjavax.jms.IllegalStateException - If the session is closed or if the
connection is broken.
javax.jms.JMSException - If the creation fails for any other reason.
public javax.jms.TopicSubscriber createSubscriber(javax.jms.Topic topic,
java.lang.String selector,
boolean noLocal)
throws javax.jms.JMSException
createSubscriber in interface javax.jms.TopicSessionjavax.jms.IllegalStateException - If the session is closed or if the
connection is broken.
javax.jms.JMSException - If the creation fails for any other reason.
public javax.jms.TopicSubscriber createSubscriber(javax.jms.Topic topic)
throws javax.jms.JMSException
createSubscriber in interface javax.jms.TopicSessionjavax.jms.IllegalStateException - If the session is closed or if the
connection is broken.
javax.jms.JMSException - If the creation fails for any other reason.
public javax.jms.QueueBrowser createBrowser(javax.jms.Queue queue,
java.lang.String selector)
throws javax.jms.JMSException
createBrowser in interface javax.jms.SessioncreateBrowser in class Sessionqueue - the queue to browseselector - the expression allowing to filter messages
javax.jms.IllegalStateException - Systematically.
javax.jms.JMSException
public javax.jms.QueueBrowser createBrowser(javax.jms.Queue queue)
throws javax.jms.JMSException
createBrowser in interface javax.jms.SessioncreateBrowser in class Sessionqueue - the queue to browse
javax.jms.IllegalStateException - Systematically.
javax.jms.JMSException
public javax.jms.Queue createQueue(java.lang.String queueName)
throws javax.jms.JMSException
createQueue in interface javax.jms.SessioncreateQueue in class Sessionjavax.jms.IllegalStateException - Systematically.
javax.jms.JMSException
public javax.jms.TemporaryQueue createTemporaryQueue()
throws javax.jms.JMSException
createTemporaryQueue in interface javax.jms.SessioncreateTemporaryQueue in class Sessionjavax.jms.IllegalStateException - Systematically.
javax.jms.JMSException - If the request fails for any other reason.
|
Joram 5.2.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||