Trees | Index | Help |
---|
Package flumotion :: Package component :: Package bouncers :: Module bouncer :: Class Bouncer |
|
object
--+ |GObject
--+ |Loggable
--+ |BaseComponent
--+ | Bouncer
Method Summary | |
---|---|
| |
addKeycard(self,
keycard)
| |
authenticate(self,
keycard)
| |
getDomain(self)
| |
hasKeycard(self,
keycard)
| |
removeKeycard(self,
keycard)
| |
removeKeycardId(self,
id)
| |
setDomain(self,
name)
| |
Verify if the keycard is an instance of a Keycard class specified in the bouncer's keycardClasses variable. | |
Inherited from BaseComponent | |
Call a remote method on all admin client views on this component. | |
| |
| |
| |
| |
Set the given mood on the component if it's different from the current one. | |
| |
Tell the component to start. | |
Start sending heartbeats. | |
Tell the component to stop. | |
Stop sending heartbeats. | |
Update the mood because a mood condition has changed. | |
Send heartbeat to manager and reschedule. | |
Inherited from Loggable | |
Log a debug message. | |
Log an error. | |
Log an informational message. | |
Log a log message. | |
Overridable log function. | |
Overridable object name function. | |
Log a warning. | |
Inherited from GObject | |
x.__cmp__(y) <==> cmp(x,y) | |
| |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
x.__repr__() <==> repr(x) | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Instance Variable Summary | |
---|---|
Inherited from BaseComponent | |
string | name : the name of the component |
Class Variable Summary | |
---|---|
tuple |
keycardClasses = ()
|
str |
logCategory : Implementors can provide a category to log their messages under. |
classobj |
component_medium_class = flumotion.component.bouncers.bouncer.BouncerMedium |
Inherited from BaseComponent | |
GType |
__gtype__ = <GType flumotion+component+component+BaseCom...
|
tuple |
__remote_interfaces__ = (<class 'flumotion.common.interf...
|
int |
_heartbeatInterval = 5 |
Inherited from GObject | |
str |
__gdoc__ = 'Object GObject\n\nSignals from GObject:\n n...
|
getset_descriptor |
__grefcount__ = <attribute '__grefcount__' of 'gobject.G...
|
Method Details |
---|
__init__(self,
name)
|
typeAllowed(self, keycard)Verify if the keycard is an instance of a Keycard class specified in the bouncer's keycardClasses variable. |
Class Variable Details |
---|
keycardClasses
|
logCategoryImplementors can provide a category to log their messages under.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Feb 16 07:22:59 2005 | http://epydoc.sf.net |