Class | Description | |
---|---|---|
![]() | ExecutorHost | ExecutorHost is the base class for objects sent between the JAMS Executor and a JAMS Host |
![]() | ExecutorHostFinal | Sends final status information back to JAMS. |
![]() | ExecutorHostLog | ExecutorHostLog is used to sent log data back to JAMS. This is obsolete. We now have a seperate pipe for stdout and our packets. |
![]() | FinalResults | The FinalResults object is used to return the final results of a job. |
![]() | Report | Properties of a report that is defined in a job. Some of these properties can be overridded at submit time. Their specific use is implemtation specific.. |
![]() | RestoreRequest | Sends a request to JAMS to restore an object. |
![]() | SaveRequest | Sends an object to JAMS to be saved. |
![]() | SetEntryState | A message sent from a Job to inform JAMS that an Icon, Message, or Status should change. |
![]() | WorkflowStateChange | A message sent from a Workflow host to inform JAMS of a change of state. |
![]() | WorkflowTracking | A message sent from a Workflow host to track a workflow. |
Interface | Description | |
---|---|---|
![]() | IJAMSHost | The IJAMSHost interface is implemented by classes that are responsible for executing a job. A JAMS Execution Method that uses the "Routine" type specifies an Assembly name and a class. The class must implement the IJAMSHost interface. |
![]() | IJAMSHostReports | The IJAMSHostReports interface is implemented by classes that are responsible for executing a job that uses report information. If your host needs the information supplied in report definitions of a job definition, implement IJAMSHostReports. Note that you also have to implement IJAMSHost to create a complete host but, the Execute method of IJAMSHost does not need to be implemented, it is replaced by the IJAMSHostReports.Execute method. |
![]() | IJAMSHostWorkflow | The IJAMSHostWorkflow interface is for internal use only. |
![]() | IJobStartup | The IJobStartup interface is optional. It should be implemented by execution methods that need to perform some sort of action when the job is being started. The methods of the IJobStartup interface are called by the JAMSScheduler service when it is starting a job. If a method throws an exception, the job will fail with that exception. |
![]() | IPersistenceService | The IPersistenceService is exposed by the JAMSHost to allow the saving and restoring of objects. |
![]() | IReturnObject | The IReturnObject interface allows a job to return an object to JAMS. |
Enumeration | Description | |
---|---|---|
![]() | EntryIcon | Identifies an overriden icon of a JAMS entry. |
![]() | ExecutorHostType | Identifies the type of ExecutorHost request. |
![]() | WorkflowState | Identifies the state of a workflow. |