Package flumotion :: Package worker :: Module feedserver :: Class FeedServer
[hide private]

Class FeedServer

source code

extern.log.log.Loggable --+
                          |
                         FeedServer

I am the feed server. PHEAR

Nested Classes [hide private]
  __implements__
The realm connects application-specific objects to the authentication system.
Instance Methods [hide private]
 
__init__(self, brain, bouncer, portNum) source code
 
getPortNum(self) source code
 
listen(self, bouncer, portNum, unsafeTracebacks=0) source code
 
shutdown(self) source code
 
requestAvatar(self, avatarId, keycard, mind, *ifaces) source code
 
avatarLogout(self, avatar) source code
 
feedToFD(self, componentId, feedId, fd, eaterId) source code
 
eatFromFD(self, componentId, eaterAlias, fd, feedId) source code

Inherited from extern.log.log.Loggable: __providedBy__, debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure

Class Variables [hide private]
  logCategory = 'dispatcher'
Implementors can provide a category to log their messages under.

Inherited from extern.log.log.Loggable: __implemented__, __provides__

Method Details [hide private]

__init__(self, brain, bouncer, portNum)
(Constructor)

source code 
Parameters: