Trees | Index | Help |
---|
Package flumotion :: Package component :: Package bouncers :: Module bouncer :: Class BouncerMedium |
|
Loggable
--+ |Jellyable
--+ | | |Serializable
--+ | | |Referenceable
--+ |Referenceable
--+ |BaseMedium
--+ |PingingMedium
--+ |BaseComponentMedium
--+ | BouncerMedium
Method Summary | |
---|---|
Authenticates the given keycard. | |
Called by bouncer views to expire keycards. | |
remote_removeKeycardId(self,
keycardId)
| |
remote_setEnabled(self,
enabled)
| |
Inherited from BaseComponentMedium | |
| |
Return the IP of this component based on connection to the manager. | |
Return the manager IP as seen by us. | |
| |
dict |
Return the configuration of the component. |
flumotion.common.planet.WorkerJobState
|
Return the state of the component, which will be serialized to a flumotion.common.planet.ManagerJobState
object. |
Get a WorkerComponentUIState containing details needed to present an admin-side UI state | |
Reload modules in the component. | |
Set up the component and the component's medium with the given config, in that order. | |
| |
| |
Set the authenticator the client factory has used to log in to the manager. | |
| |
| |
Inherited from PingingMedium | |
| |
| |
| |
| |
| |
| |
Inherited from BaseMedium | |
Call the given method with the given arguments remotely on the server-side avatar. | |
Call the given method with the given arguments remotely on the server-side avatar. | |
Does the medium have a remote reference to a server-side avatar ? | |
| |
Inherited from Referenceable | |
| |
Inherited from Referenceable | |
(internal) | |
Inherited from Serializable | |
Return an ID which uniquely represents this object for this process. | |
Inherited from Jellyable | |
| |
Inherited from Loggable | |
Log a debug message. | |
dict |
Log a message at the given level, with the possibility of going higher up in the stack. |
Log an error. | |
Log an informational message. | |
Log a log message. | |
Overridable log function. | |
Overridable object name function. | |
Log a warning. | |
Log a warning about a Failure. |
Instance Variable Summary | |
---|---|
Inherited from BaseMedium | |
twisted.spread.pb.RemoteReference |
remote : a remote reference to the server-side object on which
perspective_(methodName) methods can be called |
Class Variable Summary | |
---|---|
str |
logCategory : Implementors can provide a category to log their messages under. |
Inherited from BaseComponentMedium | |
Implements |
__implemented__ = <implementedBy flumotion.component.com...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
flumotion.twisted.pb.Authenticator |
authenticator : the authenticator used to log in to manager |
Inherited from PingingMedium | |
float |
_pingCheckInterval = 12.5 |
NoneType |
_pingDC = None |
int |
_pingInterval = 5 |
Inherited from BaseMedium | |
flumotion.common.bundleclient.BundleLoader |
bundleLoader = None |
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...
|
Method Details |
---|
remote_authenticate(self, keycard)Authenticates the given keycard.
|
remote_expireKeycardId(self, keycardId)Called by bouncer views to expire keycards. |
Class Variable Details |
---|
logCategoryImplementors can provide a category to log their messages under.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Fri May 18 09:35:48 2007 | http://epydoc.sf.net |