OSID Logo
OSID Specifications
resourcing rules package
Version 3.1.0
Interfaceosid.resourcing.rules.JobProcessorReceiver
Implementsosid.OsidReceiver
Description

The job processor receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted job processors.

MethodnewJobProcessors
Description

The callback for notifications of new job processors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListjobProcessorIds the Ids of the new JobProcessors
Compliancemandatory This method must be implemented.
MethodchangedJobProcessors
Description

The callback for notification of updated job processors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListjobProcessorIds the Ids of the updated JobProcessors
Compliancemandatory This method must be implemented.
MethoddeletedJobProcessors
Description

The callback for notification of deleted job processors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListjobProcessorIds the Ids of the deleted JobProcessors
Compliancemandatory This method must be implemented.