OSID Logo
OSID Specifications
resourcing rules package
Version 3.0.0
Release Candidate Preview
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.IdListjobProcessorIdsthe Ids of the new JobProcessors
CompliancemandatoryThis method must be implemented.
MethodchangedJobProcessors
Description

The callback for notification of updated job processors.

Parametersosid.id.IdListjobProcessorIdsthe Ids of the updated JobProcessors
CompliancemandatoryThis method must be implemented.
MethoddeletedJobProcessors
Description

The callback for notification of deleted job processors.

Parametersosid.id.IdListjobProcessorIdsthe Ids of the deleted JobProcessors
CompliancemandatoryThis method must be implemented.