JMS 1.1
API Specification

Uses of Interface
javax.jms.ServerSessionPool

Uses of ServerSessionPool in javax.jms
 

Methods in javax.jms that return ServerSessionPool
 javax.jms.ServerSessionPool ConnectionConsumer.getServerSessionPool()
          Gets the server session pool associated with this connection consumer.
 

Methods in javax.jms with parameters of type ServerSessionPool
 javax.jms.ConnectionConsumer Connection.createConnectionConsumer(javax.jms.Destination destination, String messageSelector, javax.jms.ServerSessionPool sessionPool, int maxMessages)
          Creates a connection consumer for this connection (optional operation).
 javax.jms.ConnectionConsumer Connection.createDurableConnectionConsumer(javax.jms.Topic topic, String subscriptionName, String messageSelector, javax.jms.ServerSessionPool sessionPool, int maxMessages)
          Create a durable connection consumer for this connection (optional operation).
 javax.jms.ConnectionConsumer QueueConnection.createConnectionConsumer(javax.jms.Queue queue, String messageSelector, javax.jms.ServerSessionPool sessionPool, int maxMessages)
          Creates a connection consumer for this connection (optional operation).
 javax.jms.ConnectionConsumer TopicConnection.createConnectionConsumer(javax.jms.Topic topic, String messageSelector, javax.jms.ServerSessionPool sessionPool, int maxMessages)
          Creates a connection consumer for this connection (optional operation).
 javax.jms.ConnectionConsumer TopicConnection.createDurableConnectionConsumer(javax.jms.Topic topic, String subscriptionName, String messageSelector, javax.jms.ServerSessionPool sessionPool, int maxMessages)
          Create a durable connection consumer for this connection (optional operation).
 


JMS 1.1
API Specification

Sun Microsystems Inc. 2003.