Glacier2.Callback_Router_getACMTimeout Maven / Gradle / Ivy
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.7
//
//
//
// Generated from file `Router.ice'
//
// Warning: do not edit this file.
//
//
//
package Glacier2;
/**
* Get the value of the ACM timeout. Clients supporting connection
* heartbeats can enable them instead of explicitly sending keep
* alives requests.
*
* NOTE: This method is only available since Ice 3.6.
*
**/
public abstract class Callback_Router_getACMTimeout
extends IceInternal.TwowayCallback implements Ice.TwowayCallbackInt
{
public final void _iceCompleted(Ice.AsyncResult result)
{
RouterPrxHelper._iceI_getACMTimeout_completed(this, result);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy