Versions Compared

Key

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


IceGrid::AdapterObserver

Overview

interface AdapterObserver

This interface allows applications to monitor the state of object adapters that are registered with IceGrid.

Operation Index

adapterInitadapterInit is called after registration of an observer to indicate the state of the registry.
adapterAdded — The adapterAdded operation is called to notify an observer when a dynamically-registered adapter was added.
adapterUpdated — The adapterUpdated operation is called to notify an observer when a dynamically-registered adapter was updated.
adapterRemoved — The adapterRemoved operation is called to notify an observer when a dynamically-registered adapter was removed.

Ztop

Operations

void
Anchor
adapterInit
adapterInit
adapterInit(IceGrid::AdapterInfoSeq adpts)

adapterInit is called after registration of an observer to indicate the state of the registry.

Parameters

adpts — The adapters that were dynamically registered with the registry (not through the deployment mechanism).

void
Anchor
adapterAdded
adapterAdded
adapterAdded(IceGrid::AdapterInfo info)

The adapterAdded operation is called to notify an observer when a dynamically-registered adapter was added.

Parameters

info — The details of the new adapter.

void
Anchor
adapterUpdated
adapterUpdated
adapterUpdated(IceGrid::AdapterInfo info)

The adapterUpdated operation is called to notify an observer when a dynamically-registered adapter was updated.

Parameters

info — The details of the updated adapter.

void
Anchor
adapterRemoved
adapterRemoved
adapterRemoved(string id)

The adapterRemoved operation is called to notify an observer when a dynamically-registered adapter was removed.

Parameters

id — The ID of the removed adapter.

Ztop

Znav
nextIceGrid-AdaptiveLoadBalancingPolicy
prevIceGrid-AdapterNotExistException
Section