Glacier2.Callback_Router_getCategoryForClient Maven / Gradle / Ivy
//
// 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);
}
}