Ice.LocatorFinderPrx Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ice-compat Show documentation
Show all versions of ice-compat Show documentation
Ice is a comprehensive RPC framework that helps you build distributed applications with minimal effort using familiar object-oriented idioms
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.4
//
//
//
// Generated from file `Locator.ice'
//
// Warning: do not edit this file.
//
//
//
package Ice;
/**
* This inferface should be implemented by services implementing the
* Ice::Locator interface. It should be advertised through an Ice
* object with the identity `Ice/LocatorFinder'. This allows clients
* to retrieve the locator proxy with just the endpoint information of
* the service.
*
**/
public interface LocatorFinderPrx extends ObjectPrx
{
/**
* Get the locator proxy implemented by the process hosting this
* finder object. The proxy might point to several replicas.
*
* @return The locator proxy.
*
**/
public LocatorPrx getLocator();
/**
* Get the locator proxy implemented by the process hosting this
* finder object. The proxy might point to several replicas.
*
* @param context The Context map to send with the invocation.
* @return The locator proxy.
*
**/
public LocatorPrx getLocator(java.util.Map context);
/**
* Get the locator proxy implemented by the process hosting this
* finder object. The proxy might point to several replicas.
*
* @return The asynchronous result object.
**/
public AsyncResult begin_getLocator();
/**
* Get the locator proxy implemented by the process hosting this
* finder object. The proxy might point to several replicas.
*
* @param context The Context map to send with the invocation.
* @return The asynchronous result object.
**/
public AsyncResult begin_getLocator(java.util.Map context);
/**
* Get the locator proxy implemented by the process hosting this
* finder object. The proxy might point to several replicas.
*
* @param cb The asynchronous callback object.
* @return The asynchronous result object.
**/
public Ice.AsyncResult begin_getLocator(Callback cb);
/**
* Get the locator proxy implemented by the process hosting this
* finder object. The proxy might point to several replicas.
*
* @param context The Context map to send with the invocation.
* @param cb The asynchronous callback object.
* @return The asynchronous result object.
**/
public Ice.AsyncResult begin_getLocator(java.util.Map context, Callback cb);
/**
* Get the locator proxy implemented by the process hosting this
* finder object. The proxy might point to several replicas.
*
* @param cb The asynchronous callback object.
* @return The asynchronous result object.
**/
public Ice.AsyncResult begin_getLocator(Callback_LocatorFinder_getLocator cb);
/**
* Get the locator proxy implemented by the process hosting this
* finder object. The proxy might point to several replicas.
*
* @param context The Context map to send with the invocation.
* @param cb The asynchronous callback object.
* @return The asynchronous result object.
**/
public Ice.AsyncResult begin_getLocator(java.util.Map context, Callback_LocatorFinder_getLocator cb);
/**
* Get the locator proxy implemented by the process hosting this
* finder object. The proxy might point to several replicas.
*
* @param responseCb The lambda response callback.
* @param exceptionCb The lambda exception callback.
* @return The asynchronous result object.
**/
public Ice.AsyncResult begin_getLocator(IceInternal.Functional_GenericCallback1 responseCb,
IceInternal.Functional_GenericCallback1 exceptionCb);
/**
* Get the locator proxy implemented by the process hosting this
* finder object. The proxy might point to several replicas.
*
* @param responseCb The lambda response callback.
* @param exceptionCb The lambda exception callback.
* @param sentCb The lambda sent callback.
* @return The asynchronous result object.
**/
public Ice.AsyncResult begin_getLocator(IceInternal.Functional_GenericCallback1 responseCb,
IceInternal.Functional_GenericCallback1 exceptionCb,
IceInternal.Functional_BoolCallback sentCb);
/**
* Get the locator proxy implemented by the process hosting this
* finder object. The proxy might point to several replicas.
*
* @param context The Context map to send with the invocation.
* @param responseCb The lambda response callback.
* @param exceptionCb The lambda exception callback.
* @return The asynchronous result object.
**/
public Ice.AsyncResult begin_getLocator(java.util.Map context,
IceInternal.Functional_GenericCallback1 responseCb,
IceInternal.Functional_GenericCallback1 exceptionCb);
/**
* Get the locator proxy implemented by the process hosting this
* finder object. The proxy might point to several replicas.
*
* @param context The Context map to send with the invocation.
* @param responseCb The lambda response callback.
* @param exceptionCb The lambda exception callback.
* @param sentCb The lambda sent callback.
* @return The asynchronous result object.
**/
public Ice.AsyncResult begin_getLocator(java.util.Map context,
IceInternal.Functional_GenericCallback1 responseCb,
IceInternal.Functional_GenericCallback1 exceptionCb,
IceInternal.Functional_BoolCallback sentCb);
/**
* Get the locator proxy implemented by the process hosting this
* finder object. The proxy might point to several replicas.
*
* @param result The asynchronous result object.
* @return The locator proxy.
*
**/
public LocatorPrx end_getLocator(Ice.AsyncResult result);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy