RemoteDirector

Undocumented in source.
class RemoteDirector {}

Members

Aliases

DCA
alias DCA = DirectorCommunicationActions
Undocumented in source.

Functions

actorError
void actorError(string addr, string identifier, string identifier2, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
allRemoteAddresses
string[] allRemoteAddresses()
Undocumented in source. Be warned that the author may not have intended to support it.
assign
void assign(string addr, Task task)
Undocumented in source. Be warned that the author may not have intended to support it.
callClassBlocking
ubyte[] callClassBlocking(string addr, string identifier, string methodName, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
callClassNonBlocking
void callClassNonBlocking(string addr, string identifier, string methodName, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
canCreateRemotely
bool canCreateRemotely()
Undocumented in source. Be warned that the author may not have intended to support it.
createClass
string createClass(string addr, string identifier, string parent)

Blocking request to remote server to create a class

killClass
void killClass(string addr, string type, string identifier)
Undocumented in source. Be warned that the author may not have intended to support it.
killConnection
void killConnection(string addr)
Undocumented in source. Be warned that the author may not have intended to support it.
localActorCreate
string localActorCreate(string type)
Undocumented in source. Be warned that the author may not have intended to support it.
localActorDies
void localActorDies(string type, string identifier)
Undocumented in source. Be warned that the author may not have intended to support it.
preferableRemoteNodeCreation
string preferableRemoteNodeCreation(string identifier)
Undocumented in source. Be warned that the author may not have intended to support it.
preferablyCreateRemotely
bool preferablyCreateRemotely()
Undocumented in source. Be warned that the author may not have intended to support it.
receivedBlockingMethodCall
void receivedBlockingMethodCall(string uid, string addr, string identifier, string method, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
receivedClassErrored
void receivedClassErrored(string identifier, string identifier2, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
receivedClassReturn
void receivedClassReturn(string uid, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
receivedCreateClass
string receivedCreateClass(string addr, string uid, string identifier, string parent)

Received a request to create a class instance.

receivedDeleteClass
bool receivedDeleteClass(string addr, string identifier)
Undocumented in source. Be warned that the author may not have intended to support it.
receivedEndClassCreate
void receivedEndClassCreate(string uid, string addr, string identifier, string parent)
Undocumented in source. Be warned that the author may not have intended to support it.
receivedNodeCapabilities
void receivedNodeCapabilities(string addr, string[] caps)
Undocumented in source. Be warned that the author may not have intended to support it.
receivedNonBlockingMethodCall
ubyte[] receivedNonBlockingMethodCall(string uid, string addr, string identifier, string method, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
shouldContinueUsingNode
bool shouldContinueUsingNode(string addr, ulong outBy)
Undocumented in source. Be warned that the author may not have intended to support it.
shutdownAllConnections
void shutdownAllConnections()
Undocumented in source. Be warned that the author may not have intended to support it.
unassign
void unassign(string addr)
Undocumented in source. Be warned that the author may not have intended to support it.
validAddressIdentifier
bool validAddressIdentifier(string adder)
Undocumented in source. Be warned that the author may not have intended to support it.
validateBuildInfo
bool validateBuildInfo(string )
Undocumented in source. Be warned that the author may not have intended to support it.
validateClientCapabilities
bool validateClientCapabilities(string[] )
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

connections
string[] connections [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta