Uses of Class
com.sun.genericra.outbound.ConnectionHandle

Packages that use ConnectionHandle
com.sun.genericra.outbound   
 

Uses of ConnectionHandle in com.sun.genericra.outbound
 

Methods in com.sun.genericra.outbound with parameters of type ConnectionHandle
 void ManagedConnection.sendConnectionClosedEvent(ConnectionHandle handle)
           
 void ManagedConnection.sendConnectionErrorEvent(ConnectionHandle handle)
           
 

Constructors in com.sun.genericra.outbound with parameters of type ConnectionHandle
SessionAdapter(javax.jms.Session physicalSession, ConnectionHandle ch)