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

Packages that use SessionFlush
org.apache.qpid.transport   
 

Uses of SessionFlush in org.apache.qpid.transport
 

Methods in org.apache.qpid.transport that return SessionFlush
 SessionFlush SessionFlush.clearCompleted()
           
 SessionFlush SessionFlush.clearConfirmed()
           
 SessionFlush SessionFlush.clearExpected()
           
 SessionFlush SessionFlush.completed(boolean value)
           
 SessionFlush SessionFlush.confirmed(boolean value)
           
 SessionFlush SessionFlush.expected(boolean value)
           
 SessionFlush SessionFlush.setCompleted(boolean value)
           
 SessionFlush SessionFlush.setConfirmed(boolean value)
           
 SessionFlush SessionFlush.setExpected(boolean value)
           
 

Methods in org.apache.qpid.transport with parameters of type SessionFlush
 void MethodDelegate.sessionFlush(C context, SessionFlush method)
           
 void SessionDelegate.sessionFlush(Session ssn, SessionFlush flush)
           
 



Licensed to the Apache Software Foundation