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

IceGrid.Callback_Registry_getSessionTimeout 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 `Registry.ice'
//
// Warning: do not edit this file.
//
// 
//

package IceGrid;

/**
 * Get the session timeout. If a client or administrative client
 * doesn't call the session keepAlive method in the time interval
 * defined by this timeout, IceGrid might reap the session.
 *
 **/

public abstract class Callback_Registry_getSessionTimeout
    extends IceInternal.TwowayCallback implements Ice.TwowayCallbackInt
{
    public final void _iceCompleted(Ice.AsyncResult result)
    {
        RegistryPrxHelper._iceI_getSessionTimeout_completed(this, result);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy