class documentation

class SimpleRoot(pb.Root): (source)

View In Hierarchy

Undocumented

Method raiseJelly Undocumented
Method raiseSecurity Undocumented
Method remote_asynchronousError Fail asynchronously with a pb.Error exception.
Method remote_asynchronousException Fail asynchronously with a non-pb.Error exception.
Method remote_deferredJelly Undocumented
Method remote_deferredSecurity Undocumented
Method remote_jelly Undocumented
Method remote_security Undocumented
Method remote_synchronousError Fail synchronously with a pb.Error exception.
Method remote_synchronousException Fail synchronously with a non-pb.Error exception.
Method remote_unknownError Fail with error that is not known to client.

Inherited from Root:

Method rootObject A factory is requesting to publish me as a root object.

Inherited from Referenceable (via Root):

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 Root, Referenceable):

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

Inherited from Jellyable (via Root, Referenceable, Serializable):

Method getStateFor Undocumented
def raiseJelly(self, results=None): (source)

Undocumented

def raiseSecurity(self, results=None): (source)

Undocumented

def remote_asynchronousError(self): (source)

Fail asynchronously with a pb.Error exception.

def remote_asynchronousException(self): (source)

Fail asynchronously with a non-pb.Error exception.

def remote_deferredJelly(self): (source)

Undocumented

def remote_deferredSecurity(self): (source)

Undocumented

def remote_jelly(self): (source)

Undocumented

def remote_security(self): (source)

Undocumented

def remote_synchronousError(self): (source)

Fail synchronously with a pb.Error exception.

def remote_synchronousException(self): (source)

Fail synchronously with a non-pb.Error exception.

def remote_unknownError(self): (source)

Fail with error that is not known to client.