|
|||||||||
| Home >> All >> com >> presumo >> jms >> [ client overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.presumo.jms.client
Class JmsTopicConnection

java.lang.Objectcom.presumo.jms.client.JmsConnection
com.presumo.jms.client.JmsTopicConnection
- All Implemented Interfaces:
- javax.jms.Connection, com.presumo.jms.router.ConnectionListener, javax.jms.TopicConnection
- public class JmsTopicConnection
- extends JmsConnection
- implements javax.jms.TopicConnection
- extends JmsConnection
| Field Summary | |
private static com.presumo.util.log.Logger |
logger
|
| Fields inherited from class com.presumo.jms.client.JmsConnection |
closed, router, sessions, started, userExceptionListener |
| Constructor Summary | |
JmsTopicConnection(com.presumo.jms.router.Router router)
|
|
JmsTopicConnection(com.presumo.jms.router.Router router,
java.lang.String host,
int port)
|
|
| Method Summary | |
javax.jms.ConnectionConsumer |
createConnectionConsumer(javax.jms.Topic topic,
java.lang.String messageSelector,
javax.jms.ServerSessionPool sessionPool,
int maxMessages)
Currently not implemented. |
javax.jms.ConnectionConsumer |
createDurableConnectionConsumer(javax.jms.Topic topic,
java.lang.String subscriptionName,
java.lang.String messageSelector,
javax.jms.ServerSessionPool sessionPool,
int maxMessages)
Currently not implemented. |
javax.jms.TopicSession |
createTopicSession(boolean transacted,
int acknowledgeMode)
|
| Methods inherited from class com.presumo.jms.client.JmsConnection |
close, connectionLost, finalize, getClientID, getExceptionListener, getMetaData, removeSession, setClientID, setExceptionListener, start, stop |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.jms.Connection |
close, createConnectionConsumer, createSession, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop |
| Field Detail |
logger
private static com.presumo.util.log.Logger logger
| Constructor Detail |
JmsTopicConnection
public JmsTopicConnection(com.presumo.jms.router.Router router)
JmsTopicConnection
public JmsTopicConnection(com.presumo.jms.router.Router router, java.lang.String host, int port) throws javax.jms.JMSException
| Method Detail |
createTopicSession
public javax.jms.TopicSession createTopicSession(boolean transacted, int acknowledgeMode) throws javax.jms.JMSException
- Specified by:
createTopicSessionin interfacejavax.jms.TopicConnection
createConnectionConsumer
public javax.jms.ConnectionConsumer createConnectionConsumer(javax.jms.Topic topic, java.lang.String messageSelector, javax.jms.ServerSessionPool sessionPool, int maxMessages) throws javax.jms.JMSException
- Currently not implemented.
- Specified by:
createConnectionConsumerin interfacejavax.jms.TopicConnection
createDurableConnectionConsumer
public javax.jms.ConnectionConsumer createDurableConnectionConsumer(javax.jms.Topic topic, java.lang.String subscriptionName, java.lang.String messageSelector, javax.jms.ServerSessionPool sessionPool, int maxMessages) throws javax.jms.JMSException
- Currently not implemented.
- Specified by:
createDurableConnectionConsumerin interfacejavax.jms.TopicConnection
|
|||||||||
| Home >> All >> com >> presumo >> jms >> [ client overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC