Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextIceGrid-AdapterDynamicInfo
prevIceGrid-AccessDeniedException
Section


IceGrid::AdapterDescriptor

Overview

struct AdapterDescriptor

An Ice object adapter descriptor.

Used By

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.
priority — The adapter priority.
registerProcess — Flag to specify if the object adapter will register a process object.
serverLifetime — If true the lifetime of this object adapter is the same of the server lifetime.
objects — The well-known object descriptors associated with this object adapter.
allocatables — The allocatable object descriptors associated with this object adapter.

Ztop

Data Members

string
Anchor
name
name
name;

The object adapter name.

string
Anchor
description
description
description;

The description of this object adapter.

string
Anchor
id
id
id;

The object adapter id.

string
Anchor
replicaGroupId
replicaGroupId
replicaGroupId;

The replica id of this adapter.

string
Anchor
priority
priority
priority;

The adapter priority. This is eventually used when the adapter is member of a replica group to sort the adapter endpoints by priority.

bool
Anchor
registerProcess
registerProcess
registerProcess;

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

bool
Anchor
serverLifetime
serverLifetime
serverLifetime;

If true the lifetime of this object adapter is the same of the server lifetime. This information is used by the IceGrid node to figure out the server state: the server is active only if all its "server lifetime" adapters are active.

IceGrid::ObjectDescriptorSeq
Anchor
objects
objects
objects;

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

IceGrid::ObjectDescriptorSeq
Anchor
allocatables
allocatables
allocatables;

The allocatable object descriptors associated with this object adapter.

Ztop

Znav
nextIceGrid-AdapterDynamicInfo
prevIceGrid-AccessDeniedException
Section