Package js.oa.jobs

Interface Summary
AsyncResultJob  
 

Class Summary
AgentCloningJob  
AgentCreationJob  
AgentDisposingJob  
AgentMigrationJob  
ChangeObjectLockJob Changes the lock-state of an object.
ChangeObjectTypeJob Changes the type of an object.
CreateObjectJob Creates a new object (always done when the programmer creates a new JSObject) or takes the byte array of a persisted object and deserializes it (done when the programmer uses js.oa.JSObject#load(java.lang.String).
DownloadCodebaseJob Downloads the application's codebase from a node.
DownloadFileJob Downloads the application's codebase from a node.
DownloadObjectJob Downloads an object from a node.
FreeCodebaseJob Deletes an applications's codebase from a node.
FreeNodeJob Removes all application's objects from a node.
FreeObjectJob Removes an object from a node.
Job Prototype for a Job.
LoadCodebaseJob Loads a codebase (i.e.
MessageJob  
MethodInvocationJob Invoke a method for an object.
TransferFileJob Adds an object to the node.
TransferObjectJob Adds an object to the node.