Package flumotion :: Package component :: Package bouncers :: Module bouncer :: Class BouncerMedium
[show private | hide private]
[frames | no frames]

Class BouncerMedium

         Loggable --+    
                    |    
Jellyable --+       |    
            |       |    
 Serializable --+   |    
                |   |    
    Referenceable --+    
                    |    
  BaseComponentMedium --+
                        |
                       BouncerMedium


Method Summary
  remote_authenticate(self, keycard)
  remote_link(self, eatersData, feadersData)
  remote_removeKeycard(self, keycardId)
    Inherited from BaseComponentMedium
  __init__(self, component)
  callRemote(self, name, *args, **kwargs)
Return a deferred
  callRemoteErrback(self, failure, name)
  getIP(self)
Return our own IP as seen from the manager.
  hasRemoteReference(self)
  remote_callMethod(self, methodName, *args, **kwargs)
flumotion.common.planet.WorkerJobState remote_getState(self)
Return the state of the component, which will be serialized to a flumotion.common.planet.ManagerJobState object.
  remote_reloadComponent(self)
Reload modules in the component.
  remote_start(self, *args, **kwargs)
  remote_stop(self)
  setRemoteReference(self, remoteReference)
  _component_log_cb(self, component, args)
  _destroyCallback(self, result)
  _reloaded(self)
    Inherited from Referenceable
  jellyFor(self, jellier)
(internal)
  remoteMessageReceived(self, broker, message, args, kw)
A remote message has been received.
    Inherited from Serializable
  processUniqueID(self)
Return an ID which uniquely represents this object for this process.
    Inherited from Jellyable
  getStateFor(self, jellier)
    Inherited from Loggable
  debug(self, *args)
Log a debug message.
  error(self, *args)
Log an error.
  info(self, *args)
Log an informational message.
  log(self, *args)
Log a log message.
  logFunction(self, message)
Overridable log function.
  logObjectName(self)
Overridable object name function.
  warning(self, *args)
Log a warning.

Class Variable Summary
str logCategory: Implementors can provide a category to log their messages under.
    Inherited from BaseComponentMedium
tuple __implements__ = (<class 'flumotion.common.interfaces.IC...
    Inherited from Referenceable
NoneType perspective = None                                                                  

Class Variable Details

logCategory

Implementors can provide a category to log their messages under.
Type:
str
Value:
'bouncermedium'                                                        

Generated by Epydoc 2.1 on Wed Feb 16 07:22:59 2005 http://epydoc.sf.net