Documentation for Ice 3.5. The latest release is Ice 3.7. Refer to the space directory for other releases.


Ice::Endpoint

Overview

local interface Endpoint

The user-level interface to an endpoint.

Used By

Operation Index

toString — Return a string representation of the endpoint.
getInfo — Returns the endpoint information.

Operations

string toString()

Return a string representation of the endpoint.

Return Value

The string representation of the endpoint.

Ice::EndpointInfo getInfo()

Returns the endpoint information.

Return Value

The endpoint information class.


  • No labels