| Interface | osid.provisioning.rules.PoolConstrainerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The pool receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newPoolConstrainers | ||
| Description |
The callback for notifications of new pool constrainers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | poolConstrainerIds | the Id of the new PoolConstrainers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedPoolConstrainers | ||
| Description |
The callback for notification of updated pool constrainers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | poolConstrainerIds | the Id of the updated PoolConstrainers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedPoolConstrainers | ||
| Description |
The callback for notification of deleted pool constrainers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | poolConstrainerIds | the Id of the deleted PoolConstrainers | |
| Compliance | mandatory | This method must be implemented. | |