Package flumotion :: Package component :: Package common :: Package fgdp :: Module fgdp :: Class _ProtocolMixin
[hide private]

Class _ProtocolMixin

source code

object --+
         |
        _ProtocolMixin

Provides an abstraction for the start and stop of a client or server using the FGDP protocol, which depends on the 'mode' selected amongst 'push' or 'pull'

Instance Methods [hide private]
 
start(self)
Starts a server/client using the FGDP protocol when the element is ready.
source code
 
stop(self)
Stops the server/client using the FGDP protocol.
source code
 
_start_push(self) source code
 
_start_pull(self) source code

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

Class Variables [hide private]
str mode = ''
str host = None
hash(x)
int port = None
hash(x)
  _listener = None
hash(x)
  _connector = None
hash(x)
Properties [hide private]

Inherited from object: __class__