Uses of Class
org.apache.qpid.transport.SessionDetached

Packages that use SessionDetached
org.apache.qpid.transport   
 

Uses of SessionDetached in org.apache.qpid.transport
 

Methods in org.apache.qpid.transport that return SessionDetached
 SessionDetached SessionDetached.clearCode()
           
 SessionDetached SessionDetached.clearName()
           
 SessionDetached SessionDetached.code(SessionDetachCode value)
           
 SessionDetached SessionDetached.name(byte[] value)
           
 SessionDetached SessionDetached.setCode(SessionDetachCode value)
           
 SessionDetached SessionDetached.setName(byte[] value)
           
 

Methods in org.apache.qpid.transport with parameters of type SessionDetached
 void ConnectionDelegate.sessionDetached(Connection conn, SessionDetached dtc)
           
 void MethodDelegate.sessionDetached(C context, SessionDetached method)
           
 



Licensed to the Apache Software Foundation