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

IceGrid._AMD_Admin_stopServer 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;

final class _AMD_Admin_stopServer extends IceInternal.IncomingAsync implements AMD_Admin_stopServer
{
    public _AMD_Admin_stopServer(IceInternal.Incoming in)
    {
        super(in);
    }

    public void ice_response()
    {
        this.writeEmptyParams();
        this.completed();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy