| Interface | osid.provisioning.PoolReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The pool receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newPools | ||
| Description |
The callback for notifications of new pools. | ||
| Parameters | osid.id.IdList | poolIds | the Ids of the new Pools |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedPools | ||
| Description |
The callback for notification of updated pools. | ||
| Parameters | osid.id.IdList | poolIds | the Ids of the updated Pools |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedPools | ||
| Description |
The callback for notification of deleted pools. | ||
| Parameters | osid.id.IdList | poolIds | the Ids of the deleted Pools |
| Compliance | mandatory | This method must be implemented. | |