Package qpid :: Module ops :: Class SessionFlush
[frames] | no frames]

Class SessionFlush

object --+        
         |        
  Compound --+    
             |    
       Control --+
                 |
                SessionFlush

This control is sent by the sender of commands and handled by the
receiver of commands. It requests that the receiver produce the
indicated command sets. The receiver should issue the indicated sets
at the earliest possible opportunity.

  expected -- request notification of expected commands

  confirmed -- request notification of confirmed commands

  completed -- request notification of completed commands

Instance Methods

Inherited from Compound: __getitem__, __init__, __repr__, __setitem__, args, dispatch, fields

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  ARGS = [expected: bit, confirmed: bit, completed: bit, channel...
  CODE = 524
  FIELDS = [expected: bit, confirmed: bit, completed: bit]
  NAME = 'session_flush'
  PACK = 2
  SIZE = 0

Inherited from Control: UNENCODED

Properties

Inherited from object: __class__

Class Variable Details

ARGS

Value:
[expected: bit, confirmed: bit, completed: bit, channel: uint16]