Versions Compared

Key

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


IceGrid::Locator

Overview

interface Locator extends Ice::Locator

The IceGrid locator interface provides access to the IceGrid::Query and IceGrid::Registry object of the IceGrid registry.

See Also

Operation Index

getLocalRegistry — Get the proxy of the registry object hosted by this IceGrid registry.
getLocalQuery — Get the proxy of the query object hosted by this IceGrid registry.

Ztop

Operations

IceGrid::Registry*
Anchor
getLocalRegistry
getLocalRegistry
getLocalRegistry()

Get the proxy of the registry object hosted by this IceGrid registry.

Return Value

The proxy of the registry object.

IceGrid::Query*
Anchor
getLocalQuery
getLocalQuery
getLocalQuery()

Get the proxy of the query object hosted by this IceGrid registry.

Return Value

The proxy of the query object.

Ztop

Znav
nextIceGrid-NodeDescriptor
prevIceGrid-LoadSample
Section