Interface | osid.provisioning.rules.PoolProcessorReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The pool processor receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted pool processors. | ||
Method | newPoolProcessors | ||
Description |
The callback for notifications of new pool processors. | ||
Parameters | osid.id.IdList | poolProcessorIds | the Ids of the new PoolProcessors |
Compliance | mandatory | This method must be implemented. | |
Method | changedPoolProcessors | ||
Description |
The callback for notification of updated pool processors. | ||
Parameters | osid.id.IdList | poolProcessorIds | the Ids of the updated PoolProcessors |
Compliance | mandatory | This method must be implemented. | |
Method | deletedPoolProcessors | ||
Description |
The callback for notification of deleted pool processors. | ||
Parameters | osid.id.IdList | poolProcessorIds | the Ids of the deleted PoolProcessors |
Compliance | mandatory | This method must be implemented. |