IceGrid.Callback_Admin_getServerPid Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of icegrid-compat Show documentation
Show all versions of icegrid-compat Show documentation
Locate, deploy, and manage Ice servers
//
// 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;
/**
* Get a server's system process id. The process id is operating
* system dependent.
*
**/
public abstract class Callback_Admin_getServerPid
extends IceInternal.TwowayCallback implements Ice.TwowayCallbackIntUE
{
public final void _iceCompleted(Ice.AsyncResult result)
{
AdminPrxHelper._iceI_getServerPid_completed(this, result);
}
}