| Trees | Index | Help |
|---|
| Package flumotion :: Package common :: Module planet :: Class ManagerComponentState |
|
Jellyable--+ |Serializable--+ |Copyable--+ |Cacheable--+ |StateCacheable--+ | ManagerComponentState
| Method Summary | |
|---|---|
__init__(self)
| |
__repr__(self)
| |
Remove the job state. | |
| |
stateAppend(self,
state,
key,
value)
| |
stateRemove(self,
state,
key,
value)
| |
stateSet(self,
state,
key,
value)
| |
| Inherited from StateCacheable | |
Add a key to the state cache so it can be used with set. | |
Add a key for a list of objects to the state cache. | |
Append the given object to the given list. | |
Get the state cache value for the given key. | |
Get state to cache on the client and client-cache reference to observe locally. | |
| |
Remove the given object from the given list. | |
Set a given state key to the given value. | |
This method is called when a client has stopped observing me. | |
| Inherited from Cacheable | |
Return an appropriate tuple to serialize me. | |
| Inherited from Copyable | |
Gather state to send when I am serialized for a peer. | |
Gather state to send when I am serialized for a particular perspective. | |
Determine what type tag to send for me. | |
Determine what type tag to send for me. | |
| Inherited from Serializable | |
Return an ID which uniquely represents this object for this process. | |
| Inherited from Jellyable | |
| |
| Class Variable Summary | |
|---|---|
tuple |
__implements__ = (<class 'flumotion.twisted.flavors.ISta...
|
| Method Details |
|---|
clearJobState(self)Remove the job state. |
setJobState(self, jobState)
|
| Class Variable Details |
|---|
__implements__
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue Dec 20 15:33:11 2005 | http://epydoc.sf.net |