class documentation

Undocumented

Method activated Implement this method if you want to be notified when your publishable subclass is activated.
Instance Variable activateCalled Undocumented

Inherited from RemotePublished:

Method __getstate__ Undocumented
Method callWhenActivated Externally register for notification when this publishable has received all relevant data.
Method getFileName Undocumented
Method setCopyableState I will be invoked with the state to copy locally.
Instance Variable isActivated Undocumented
Method _cbGotUpdate Undocumented
Instance Variable _activationListeners Undocumented
Instance Variable _wasCleanWhenLoaded Undocumented

Inherited from RemoteCache (via RemotePublished):

Method __cmp__ Compare me [to another RemoteCache.
Method __del__ Do distributed reference counting on finalize.
Method __hash__ Hash me.
Method jellyFor serialize me (only for the broker I'm for) as the original cached reference
Method remoteMessageReceived A remote message has been received. Dispatch it appropriately.
Method unjellyFor Perform the inverse operation of Jellyable.jellyFor.
Instance Variable __dict__ Undocumented
Instance Variable broker Undocumented
Instance Variable luid Undocumented
Method _borgify Create a new object that shares its state (i.e. its __dict__) and type with this object, but does not share its identity.

Inherited from Unjellyable (via RemotePublished, RemoteCache, RemoteCopy):

Method setStateFor Undocumented

Inherited from Serializable (via RemotePublished, RemoteCache, RemoteCopy, Unjellyable):

Method processUniqueID Return an ID which uniquely represents this object for this process.

Inherited from Jellyable (via RemotePublished, RemoteCache, RemoteCopy, Unjellyable, Serializable):

Method getStateFor Undocumented
def activated(self): (source)

Implement this method if you want to be notified when your publishable subclass is activated.

activateCalled: int = (source)

Undocumented