IceGrid::AdapterDescriptor

Overview

struct AdapterDescriptor

An Ice object adapter descriptor.

Data Member Index

description

The description of this object adapter.

id

The object adapter id.

name

The object adapter name.

objects

The object descriptors associated to this object adapter.

registerProcess

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

replicaGroupId

The replica id of this adapter.

waitForActivation

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

description

string description;

The description of this object adapter.

id

string id;

The object adapter id.

name

string name;

The object adapter name.

objects

ObjectDescriptorSeq objects;

The object descriptors associated to this object adapter.

registerProcess

bool registerProcess;

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

replicaGroupId

string replicaGroupId;

The replica id of this adapter.

waitForActivation

bool waitForActivation;

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