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


IceGrid::ObjectDescriptor

Overview

struct ObjectDescriptor

An Ice object descriptor.

Used By

Data Member Index

id — The identity of the object.
type — The object type.
proxyOptions — Proxy options to use with the proxy created for this Ice object.

Data Members

Ice::Identity id;

The identity of the object.

string type;

The object type.

string proxyOptions;

Proxy options to use with the proxy created for this Ice object. If empty, the proxy will be created with the proxy options specified on the object adapter or replica group.


  • No labels