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

Class TxSelect

object --+        
         |        
  Compound --+    
             |    
       Command --+
                 |
                TxSelect

This command sets the session to use standard transactions. The client must use this command exactly once on a session before using the Commit or Rollback 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 = [channel: uint16, id: sequence-no, sync: bit, headers: ...
  CODE = 1281
  FIELDS = []
  NAME = 'tx_select'
  PACK = 2
  RESULT = None
  SIZE = 0

Inherited from Command: UNENCODED

Properties

Inherited from object: __class__

Class Variable Details

ARGS

Value:
[channel: uint16,
 id: sequence-no,
 sync: bit,
 headers: None,
 payload: None]