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

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

MethodnewAvailabilityEnablers
Description

The callback for notifications of new availability enablers.

Parametersosid.id.IdListavailabilityEnablerIdsthe Ids of the new AvailabilityEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedAvailabilityEnablers
Description

The callback for notification of updated availability enablers.

Parametersosid.id.IdListavailabilityEnablerIdsthe Ids of the updated AvailabilityEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedAvailabilityEnablers
Description

The callback for notification of deleted availability enablers.

Parametersosid.id.IdListavailabilityEnablerIdsthe Ids of the deleted AvailabilityEnablers
CompliancemandatoryThis method must be implemented.