Glacier2.Callback_Router_getSessionTimeout 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 session timeout. Sessions are destroyed
* if they see no activity for this period of time.
*
**/
public abstract class Callback_Router_getSessionTimeout
extends IceInternal.TwowayCallback implements Ice.TwowayCallbackLong
{
public final void _iceCompleted(Ice.AsyncResult result)
{
RouterPrxHelper._iceI_getSessionTimeout_completed(this, result);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy