IceGrid::AdapterDescriptor

Overview

struct AdapterDescriptor

An Ice object adapter descriptor.

Data Member Index

name

The object adapter name.

description

The description of this object adapter.

id

The object adapter id.

replicaGroupId

The replica id of this adapter.

registerProcess

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

waitForActivation

If true the activator will wait for this object adapter activation to mark the server as active.

objects

The well-known object descriptors associated with this object adapter.

allocatables

The allocatable object descriptors associated with this object adapter.

name

string name;

The object adapter name.

description

string description;

The description of this object adapter.

id

string id;

The object adapter id.

replicaGroupId

string replicaGroupId;

The replica id of this adapter.

registerProcess

bool registerProcess;

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

waitForActivation

bool waitForActivation;

If true the activator will wait for this object adapter activation to mark the server as active.

objects

ObjectDescriptorSeq objects;

The well-known object descriptors associated with this object adapter.

allocatables

ObjectDescriptorSeq allocatables;

The allocatable object descriptors associated with this object adapter.