Aqualogic Interaction API  
 

IPTScheduler Members

IPTScheduler overview

Public Instance Methods

AssignJobFolder Assigns an admin folder to an existing Job Server
CreateJobHistoryEntry These methods add an entry into the job history table as well as operations that occur during job processing. The schedule service should generally be the only client to use this. There should be start and stop entries for the job itself and entries for each entry in the job list.
DeleteJobHistory Deletes entries from the history table and any associated log files as well.
GetPage Returns entries comprising the page for the requested page number. The first dimension is returned as columns, page number, line number, and line content. The second dimension contains an element per line of the requested page.
GetScheduledJobs Returns an IPTJobManager interface
KillRunningJob Sends a kill request signal to a running job
LogOperationToJobHistory Logs an operation run during a job.
OpenLogForRead Opens a job log for purposes of reading lines through subsequent calls to GetPage.
OpenLogForSearch Conducts a search against an existing job log. Results are retrieved through an iteration of GetPage calls.
QueryJobAssignmentsByFolder Queries for job servers that are assigned to a job folder.
QueryJobAssignmentsByServer Queries for job folders that are assigned to a job server.
QueryJobHistory This returns a query result with a list of jobid/runtime pairs (as well as other information)
QueryJobsByOperation Query for the jobs a particular operation object is in. Filters on job object security. Returns the job id, name, folder, last runtime, and next runtime PROPIDs in the query result
QueryJobServerStatus Queries the status for a given Job Server
QueryOperationHistoryByJob Query for operation history ran within the specified job at the time requested.
QueryOperationHistoryByObject Query for operation history ran by a specific object or class of objects (ie, crawlers).
QueryServerSchedule Retrieves the list of jobs a server should run and their next runtimes
RegisterJobServer Registers a job processing server machine.
UnassignJobFolder Removes an administrative folder from a Job Server's purview
UnregisterJobServer Removes a Job Server machine from the known list of servers.
UpdateJobHistoryEntry Updates an existing Job History Entry to reflect current status.
UpdateJobServerStatus Updates the status of the given Job Server machine

See Also

IPTScheduler Interface | com.plumtree.server Namespace