IcePack::AdapterDescriptor

Overview

struct AdapterDescriptor

An Ice object adapter descriptor.

Data Member Index

endpoints

The object adapter endpoints.

id

The object adapter id.

name

The object adapter name.

objects

The object descriptor associated to this object adapter descriptor.

registerProcess

Flag to specify if the object adapter will register a process object.

endpoints

string endpoints;

The object adapter endpoints.

id

string id;

The object adapter id.

name

string name;

The object adapter name.

objects

ObjectDescriptorSeq objects;

The object descriptor associated to this object adapter descriptor.

registerProcess

bool registerProcess;

Flag to specify if the object adapter will register a process object.