The local representation of remote Publishable object.

Method getFileName Undocumented
Method setCopyableState I will be invoked with the state to copy locally.
Method __getstate__ Undocumented
Method activated Implement this method if you want to be notified when your publishable subclass is activated.
Method callWhenActivated Externally register for notification when this publishable has received all relevant data.
Method _cbGotUpdate Undocumented

Inherited from Jellyable (via RemoteCache, Serializable):

Method getStateFor Undocumented

Inherited from Jellyable (via RemoteCache, Serializable):

Method getStateFor Undocumented

Inherited from Jellyable (via RemoteCache, Serializable):

Method getStateFor Undocumented

Inherited from Jellyable (via RemoteCache, Serializable):

Method getStateFor Undocumented
def getFileName(self, ext='pub'): (source)
Undocumented
def setCopyableState(self, state): (source)

I will be invoked with the state to copy locally.

'state' is the data returned from the remote object's 'getStateToCopyFor' method, which will often be the remote object's dictionary (or a filtered approximation of it depending on my peer's perspective).

def __getstate__(self): (source)
Undocumented
def _cbGotUpdate(self, newState): (source)
Undocumented
def activated(self): (source)

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

def callWhenActivated(self, callback): (source)

Externally register for notification when this publishable has received all relevant data.

API Documentation for Twisted, generated by pydoctor at 2017-02-11 20:06:04.