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

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

package IceGrid;

/**
 * Enable or disable a server. A disabled server can't be started
 * on demand or administratively. The enable state of the server
 * is not persistent: if the node is shut down and restarted, the
 * server will be enabled by default.
 *
 **/

public abstract class Callback_Admin_enableServer
    extends IceInternal.TwowayCallback implements Ice.TwowayCallbackVoidUE
{
    public final void _iceCompleted(Ice.AsyncResult result)
    {
        AdminPrxHelper._iceI_enableServer_completed(this, result);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy