Package flumotion :: Package manager :: Module worker :: Class PortSet
[show private | hide private]
[frames | no frames]

Class PortSet

Loggable --+
           |
          PortSet


A list of ports that keeps track of which are available for use by a given worker.
Method Summary
  __init__(self, workername, ports)
  numFree(self)
  releasePorts(self, ports)
  reservePorts(self, numPorts)
    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.
  warningFailure(self, failure)
Log a warning about a Failure.

Class Variable Summary
    Inherited from Loggable
str logCategory: Implementors can provide a category to log their messages under.

Generated by Epydoc 2.1 on Sun Mar 5 11:22:41 2006 http://epydoc.sf.net