Package flumotion :: Package twisted :: Module pb :: Class Referenceable
[show private | hide private]
[frames | no frames]

Class Referenceable

         Loggable --+
                    |
Jellyable --+       |
            |       |
 Serializable --+   |
                |   |
    Referenceable --+
                    |
                   Referenceable

Known Subclasses:
BaseMedium, FeedMedium


Method Summary
  remoteMessageReceived(self, broker, message, args, kwargs)
    Inherited from Referenceable
  jellyFor(self, jellier)
(internal)
    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.
dict doLog(self, level, where, format, *args, **kwargs)
Log a message at the given level, with the possibility of going higher up in the stack.
  error(self, *args)
Log an error.
  info(self, *args)
Log an informational message.
  log(self, *args)
Log a log message.
  logFunction(self, *args)
Overridable log function.
  logObjectName(self)
Overridable object name function.
  warning(self, *args)
Log a warning.
  warningFailure(self, failure, swallow)
Log a warning about a Failure.

Class Variable Summary
Implements __implemented__ = <implementedBy flumotion.twisted.pb.Re...
ClassProvides __provides__ = <zope.interface.declarations.ClassProvide...
str logCategory: Implementors can provide a category to log their messages under.
str remoteLogName: name to use to log the other side of the connection
    Inherited from Referenceable
NoneType perspective = None                                                                  
    Inherited from Jellyable
ClassProvides __providedBy__ = <zope.interface.declarations.ClassProvi...

Class Variable Details

__implemented__

Type:
Implements
Value:
<implementedBy flumotion.twisted.pb.Referenceable>                     

__provides__

Type:
ClassProvides
Value:
<zope.interface.declarations.ClassProvides object at 0x56293aac>       

logCategory

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

remoteLogName

name to use to log the other side of the connection
Type:
str
Value:
'remote'                                                               

Generated by Epydoc 2.1 on Sat Apr 14 13:16:06 2007 http://epydoc.sf.net