Apache CXF API

org.apache.cxf.transport.jms
Class PooledSession

java.lang.Object
  extended by org.apache.cxf.transport.jms.PooledSession

public class PooledSession
extends java.lang.Object

Encapsulates pooled session, unidentified producer, destination & associated consumer (certain elements may be null depending on the context).

Currently only the point-to-point domain is supported, though the intention is to genericize this to the pub-sub domain also.

Author:
Eoghan Glynn

Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 


Apache CXF API

Apache CXF