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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.presumo.jms.client.JmsConnection
      extended bycom.presumo.jms.client.JmsQueueConnection
All Implemented Interfaces:
javax.jms.Connection, com.presumo.jms.router.ConnectionListener, javax.jms.QueueConnection

public class JmsQueueConnection
extends JmsConnection
implements javax.jms.QueueConnection


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
JmsQueueConnection(com.presumo.jms.router.Router router)
           
JmsQueueConnection(com.presumo.jms.router.Router router, java.lang.String host, int port)
           
 
Method Summary
 javax.jms.ConnectionConsumer createConnectionConsumer(javax.jms.Queue topic, java.lang.String messageSelector, javax.jms.ServerSessionPool sessionPool, int maxMessages)
          Not implemented.
 javax.jms.QueueSession createQueueSession(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, createDurableConnectionConsumer, createSession, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop
 

Field Detail

logger

private static com.presumo.util.log.Logger logger
Constructor Detail

JmsQueueConnection

public JmsQueueConnection(com.presumo.jms.router.Router router)

JmsQueueConnection

public JmsQueueConnection(com.presumo.jms.router.Router router,
                          java.lang.String host,
                          int port)
                   throws javax.jms.JMSException
Method Detail

createQueueSession

public javax.jms.QueueSession createQueueSession(boolean transacted,
                                                 int acknowledgeMode)
                                          throws javax.jms.JMSException
Specified by:
createQueueSession in interface javax.jms.QueueConnection

createConnectionConsumer

public javax.jms.ConnectionConsumer createConnectionConsumer(javax.jms.Queue topic,
                                                             java.lang.String messageSelector,
                                                             javax.jms.ServerSessionPool sessionPool,
                                                             int maxMessages)
                                                      throws javax.jms.JMSException
Not implemented.

Specified by:
createConnectionConsumer in interface javax.jms.QueueConnection