IceGrid.Callback_Admin_getObjectInfo 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 the object info for the object with the given identity.
*
**/
public abstract class Callback_Admin_getObjectInfo
extends IceInternal.TwowayCallback implements Ice.TwowayCallbackArg1UE
{
public final void _iceCompleted(Ice.AsyncResult result)
{
AdminPrxHelper._iceI_getObjectInfo_completed(this, result);
}
}