OSID Logo
OSID Specifications
resourcing rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resourcing.rules.JobProcessorEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewJobProcessorEnablers
Description

The callback for notifications of new job processor enablers.

Parametersosid.id.IdListjobProcessorEnablerIdsthe Ids of the new JobProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedJobProcessorEnablers
Description

The callback for notification of updated job processor enablers.

Parametersosid.id.IdListjobProcessorEnablerIdsthe Ids of the updated JobProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedJobProcessorEnablers
Description

The callback for notification of deleted job processor enablers.

Parametersosid.id.IdListjobProcessorEnablerIdsthe Ids of the deleted JobProcessorEnablers
CompliancemandatoryThis method must be implemented.