OSID Logo
OSID Specifications
transport package
Version 3.1.0
Interfaceosid.transport.EndpointReceiver
Implementsosid.OsidReceiver
Description

The endpoint receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Endpoint objects.

MethodnewEndpoints
Description

The callback for notifications of new endpoints.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListendpointIds the Ids of the new Endpoints
Compliancemandatory This method must be implemented.
MethodchangedEndpoints
Description

The callback for notification of updated endpoints.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListendpointIds the Ids of the updated Endpoints
Compliancemandatory This method must be implemented.
MethoddeletedEndpoints
Description

The callback for notification of deleted endpoints.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListendpointIds the Ids of the deleted Endpoints
Compliancemandatory This method must be implemented.
MethodchangedChildOfEndpoints
Description

The callback for notifications of changes to children of endpoint hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListendpointIds the Ids of the Endpoints whose children have changed
Compliancemandatory This method must be implemented.