The Java classes included in the Grid package form the basis of the PlateSpin Orchestrate infrastructure. For complete documentation of each class, click on the links to access the online documentation Javadoc.
Provides the interface necessary for processing messages sent from the Orchestrate Server.
For complete documentation, see AgentListener.
API for client communication with server for job and datagrid operations.
For complete documentation, see ClientAgent.
A credential used for identity on the PlateSpin Orchestrate system.
For complete documentation, see Credential.
Client interface to any Grid object.
For complete documentation, see GridObjectInfo.
A unique identifier for an engine or a facility or Grid object.
For complete documentation, see ID.
A base interface for all the messages in the system.
For complete documentation, see Message.
A general acknowledgement of “action” message.
For complete documentation, see Message.Ack.
Authentication failure messages indicates that processing of a client message will not occur because client credentials are invalid.
For complete documentation, see Message.AuthFailure.
Message All messages that can optionally carry an error string back to the client extend this.
For complete documentation, see Message.ClientResponseMessage.
All messages that can optionally carry an error string back to the client extend this.
For complete documentation, see Message.ConnectionID.
An Event is used to signal clients and workflows.
For complete documentation, see Message.Event.
Client request to retrieve an (optionally ordered) set of grid objects that match a search criteria (constraint).
For complete documentation, see Message.GetGridObjects.
Server response to client request to retrieve grid a grid object set.
For complete documentation, see Message.GridObjects.
A JobAccepted message is sent in response to a RunJob message when a job is successfully accepted into the system.
For complete documentation, see Message.JobAccepted.
A JobError message is sent when an unrecoverable error occurs in a job.
For complete documentation, see Message.JobError.
A JobFinished message is sent when processing of a job completes.
For complete documentation, see Message.JobFinished.
Base Event interface for retrieving JobID used for jobid messages.
For complete documentation, see Message.JobIdEvent.
A JobInfo message contains information describing a deployed job.
For complete documentation, see Message.JobInfo.
A Jobs message contains a list of deployed job names.
For complete documentation, see Message.Jobs.
A JobStarted message is sent when a job is successfully started.
For complete documentation, see Message.JobStarted.
A JobStatus message contains the state of the specified job.
For complete documentation, see Message.JobStatus.
Response message for an unsuccessful login
For complete documentation, see Message.LoginFailed.
Response message for a successful login.
For complete documentation, see Message.LoginSuccess.
A LogoutAck indicates success or failure of logout operation.
For complete documentation, see Message.LogoutAck.
A RunningJobs message contains the list of running jobs.
For complete documentation, see Message.RunningJobs.
A ServerStatus message.
For complete documentation, see Message.ServerStatus.
Internal interface for Node (Resource) Grid object.
For complete documentation, see Node.
A WorkflowInfo can represent either a snapshot of a running instance or an historical record of an instance.
For complete documentation, see WorkflowInfo.
Grid exception indicating the client is not compatible with the server.
For complete documentation, see ClientOutOfDateException.
For exceptions that occur in accessing or setting facts.
For complete documentation, see FactException.
Thrown when authentication is denied by a PlateSpin Orchestrate Server.
For complete documentation, see GridAuthenticationException.
Thrown when credentials are insufficient for the desired grid operation.
For complete documentation, see GridAuthorizationException.
Grid exception thrown to indicate a Grid configuration error.
For complete documentation, see GridConfigurationException.
Thrown when credentials are insufficient for the desired grid operation.
For complete documentation, see GridDeploymentException.
The base exception for all Grid exceptions.
For complete documentation, see GridException.
Thrown when a grid object lookup does not find the requested object.
For complete documentation, see GridObjectNotFoundException.