Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.presumo.jms.client
Class JmsTopicConnection  view JmsTopicConnection download JmsTopicConnection.java

java.lang.Object
  extended bycom.presumo.jms.client.JmsConnection
      extended bycom.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


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:
createTopicSession in interface javax.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:
createConnectionConsumer in interface javax.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:
createDurableConnectionConsumer in interface javax.jms.TopicConnection