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

Glacier2.Callback_Router_getCategoryForClient Maven / Gradle / Ivy

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

package Glacier2;

/**
 * This category must be used in the identities of all of the client's
 * callback objects. This is necessary in order for the router to
 * forward callback requests to the intended client. If the Glacier2
 * server endpoints are not set, the returned category is an empty
 * string.
 *
 **/

public abstract class Callback_Router_getCategoryForClient
    extends IceInternal.TwowayCallback implements Ice.TwowayCallbackArg1
{
    public final void _iceCompleted(Ice.AsyncResult result)
    {
        RouterPrxHelper._iceI_getCategoryForClient_completed(this, result);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy