| Interface | osid.communication.CommunicationProxyManager | ||
|---|---|---|---|
| Implements | osid.OsidProxyManager | ||
osid.communication.CommunicationProfile | |||
| Description |
The communication manager provides access to locale sessions and provides interoperability tests for various aspects of this service. Methods in this manager support the passing of a Proxy for passing information from server environments. The sessions included in this manager are:
| ||
| Method | getCommunicationSession | ||
| Description |
Gets an | ||
| Parameters | osid.communication.CommunicationReceiver | receiver | the communication receiver |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.communication.CommunicationSession | a CommunicationSession | |
| Errors | NULL_ARGUMENT | receiver or proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsCommunication() is false | ||
| Compliance | optional | This method must be implemented if supportsCommunication()
is true. | |