class documentation

Undocumented

Method __init__ Undocumented
Method dontRunMe Undocumented
Method remote_doItLater Return a Deferred to be fired on client side. When fired, self.runMe is called.
Method runMe Undocumented
Instance Variable d Undocumented
Instance Variable run Undocumented

Inherited from Referenceable:

Method jellyFor (internal)
Method remoteMessageReceived A remote message has been received. Dispatch it appropriately.
Class Variable perspective I am an object sent remotely as a direct reference.

Inherited from Serializable (via Referenceable):

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

Inherited from Jellyable (via Referenceable, Serializable):

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

Undocumented

def dontRunMe(self, arg): (source)

Undocumented

def remote_doItLater(self): (source)

Return a Deferred to be fired on client side. When fired, self.runMe is called.

def runMe(self, arg): (source)

Undocumented

Undocumented

Undocumented