Package flumotion :: Package component :: Module feedcomponent010 :: Class Feeder
[show private | hide private]
[frames | no frames]

Class Feeder


This class groups feeder-related information as used by a Feed Component.
Method Summary
  __init__(self, feedId)
  addClient(self, clientId, fd)
  getClients(self)
  removeClient(self, fd)

Instance Variable Summary
  feedId: id of the feed this is a feeder for
  uiState: the serializable UI State for this feeder

Method Details

addClient(self, clientId, fd)

Parameters:
clientId - id of the client of the feeder
fd - file descriptor representing the client

removeClient(self, fd)

Parameters:
fd
           (type=file descriptor)

Instance Variable Details

feedId

id of the feed this is a feeder for

uiState

the serializable UI State for this feeder

Generated by Epydoc 2.1 on Fri Feb 2 11:44:37 2007 http://epydoc.sf.net