| Interface | osid.transport.EndpointNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.transport.TransportManager | ||
osid.transport.TransportProxyManager | |||
| Description |
This session defines methods to receive notifications on
adds/changes to | ||
| Method | canRegisterForEndpointNotifications | ||
| Description |
Tests if this user can register for
| ||
| Return | boolean | false if notification methods are not authorized,
true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | reliableEndpointNotifications | ||
| Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using
| ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableEndpointNotifications | ||
| Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeEndpointNotification | ||
| Description |
Acknowledge a endpoint notification. | ||
| Parameters | osid.id.Id | notificationId | the Id of the notification |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewEndpoints | ||
| Description |
Register for notifications of new endpoints.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedEndpoints | ||
| Description |
Registers for notification of updated endpoints.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedEndpoint | ||
| Description |
Registers for notification of an updated endpoint.
| ||
| Parameters | osid.id.Id | endpointId | the Id of the Endpoint to monitor |
| Errors | NULL_ARGUMENT | endpointId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedEndpoints | ||
| Description |
Registers for notification of deleted endpoints.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedEndpoint | ||
| Description |
Registers for notification of a deleted endpoint.
| ||
| Parameters | osid.id.Id | endpointId | the Id of the Endpoint to monitor |
| Errors | NULL_ARGUMENT | endpointId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedEndpointHierarchy | ||
| Description |
Registers for notification of an updated endpoint
hierarchy structure.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedEndpointHierarchyForAncestors | ||
| Description |
Registers for notification of an updated endpoint
hierarchy structure.
| ||
| Parameters | osid.id.Id | endpointId | the Id of the Endpoint node to monitor |
| Errors | NULL_ARGUMENT | endpointId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedEndpointHierarchyForDescendants | ||
| Description |
Registers for notification of an updated endpoint
hierarchy structure.
| ||
| Parameters | osid.id.Id | endpointId | the Id of the Endpoint node to monitor |
| Errors | NULL_ARGUMENT | endpointId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |