All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Ice._Callback_Router_getClientProxy Maven / Gradle / Ivy

Go to download

Ice is a comprehensive RPC framework that helps you build distributed applications with minimal effort using familiar object-oriented idioms

There is a newer version: 3.7.10
Show newest version
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.5
//
// 
//
// Generated from file `Router.ice'
//
// Warning: do not edit this file.
//
// 
//

package Ice;

/**
 * Get the router's client proxy, i.e., the proxy to use for
 * forwarding requests from the client to the router.
 *
 * If a null proxy is returned, the client will forward requests
 * to the router's endpoints.
 *
 **/

public interface _Callback_Router_getClientProxy extends TwowayCallback
{
    public void response(Ice.ObjectPrx ret, Ice.BooleanOptional hasRoutingTable);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy