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

Class SessionDetach

object --+        
         |        
  Compound --+    
             |    
       Control --+
                 |
                SessionDetach

Detaches the current transport from the named session.

name -- the session name

  Identifies the session to detach.

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 = [name: vbin16, channel: uint16]
  CODE = 515
  FIELDS = [name: vbin16]
  NAME = 'session_detach'
  PACK = 2
  SIZE = 0

Inherited from Control: UNENCODED

Properties

Inherited from object: __class__