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

Packages that use SessionCommandPoint
org.apache.qpid.transport   
 

Uses of SessionCommandPoint in org.apache.qpid.transport
 

Methods in org.apache.qpid.transport that return SessionCommandPoint
 SessionCommandPoint SessionCommandPoint.clearCommandId()
           
 SessionCommandPoint SessionCommandPoint.clearCommandOffset()
           
 SessionCommandPoint SessionCommandPoint.commandId(int value)
           
 SessionCommandPoint SessionCommandPoint.commandOffset(long value)
           
 SessionCommandPoint SessionCommandPoint.setCommandId(int value)
           
 SessionCommandPoint SessionCommandPoint.setCommandOffset(long value)
           
 

Methods in org.apache.qpid.transport with parameters of type SessionCommandPoint
 void MethodDelegate.sessionCommandPoint(C context, SessionCommandPoint method)
           
 void SessionDelegate.sessionCommandPoint(Session ssn, SessionCommandPoint scp)
           
 



Licensed to the Apache Software Foundation