Package com.zeroc.IceGrid
Interface Locator
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.zeroc.Ice.Object
Object.Ice_invokeResult -
Method Summary
Modifier and TypeMethodDescriptiongetLocalQuery(Current current) Get the proxy of the query object hosted by this IceGrid registry.getLocalRegistry(Current current) Get the proxy of the registry object hosted by this IceGrid registry.default StringReturns the Slice type ID of the most-derived interface supported by this object.default String[]Returns the Slice type IDs of the interfaces supported by this object.static StringReturns the Slice type ID of the interface supported by this object.Methods inherited from interface com.zeroc.Ice.Locator
findAdapterByIdAsync, findObjectByIdAsync, getRegistryMethods inherited from interface com.zeroc.Ice.Object
ice_dispatch, ice_isA, ice_ping
-
Method Details
-
getLocalRegistry
Get the proxy of the registry object hosted by this IceGrid registry.- Parameters:
current- The Current object for the invocation.- Returns:
- The proxy of the registry object.
-
getLocalQuery
Get the proxy of the query object hosted by this IceGrid registry.- Parameters:
current- The Current object for the invocation.- Returns:
- The proxy of the query object.
-
ice_ids
Description copied from interface:ObjectReturns the Slice type IDs of the interfaces supported by this object.- Specified by:
ice_idsin interfaceLocator- Specified by:
ice_idsin interfaceObject- Parameters:
current- TheCurrentobject for the invocation.- Returns:
- The Slice type IDs of the interfaces supported by this object, in base-to-derived
order. The first element of the returned array is always
::Ice::Object.
-
ice_id
Description copied from interface:ObjectReturns the Slice type ID of the most-derived interface supported by this object. -
ice_staticId
Description copied from interface:ObjectReturns the Slice type ID of the interface supported by this object.- Returns:
- The return value is always ::Ice::Object.
-