| Interface | osid.transport.EndpointReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The endpoint receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
| Method | newEndpoints | ||
| Description |
The callback for notifications of new endpoints. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | endpointIds | the Ids of the new Endpoints | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedEndpoints | ||
| Description |
The callback for notification of updated endpoints. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | endpointIds | the Ids of the updated Endpoints | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedEndpoints | ||
| Description |
The callback for notification of deleted endpoints. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | endpointIds | the Ids of the deleted Endpoints | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfEndpoints | ||
| Description |
The callback for notifications of changes to children of endpoint hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | endpointIds | the Ids of the Endpoints whose children have
changed | |
| Compliance | mandatory | This method must be implemented. | |