Glacier2.Callback_SessionControl_getSessionTimeout Maven / Gradle / Ivy
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.7
//
//
//
// Generated from file `Session.ice'
//
// Warning: do not edit this file.
//
//
//
package Glacier2;
/**
* Get the session timeout.
*
**/
public abstract class Callback_SessionControl_getSessionTimeout
extends IceInternal.TwowayCallback implements Ice.TwowayCallbackInt
{
public final void _iceCompleted(Ice.AsyncResult result)
{
SessionControlPrxHelper._iceI_getSessionTimeout_completed(this, result);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy