Uses of Interface
javax.jms.ServerSessionPool

Packages that use ServerSessionPool
javax.jms   
 

Uses of ServerSessionPool in javax.jms
 

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

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