IceGrid.Callback_UserAccountMapper_getUserAccount 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 `UserAccountMapper.ice'
//
// Warning: do not edit this file.
//
//
//
package IceGrid;
/**
* Get the name of the user account for the given user. This is
* used by IceGrid nodes to figure out the user account to use
* to run servers.
*
**/
public abstract class Callback_UserAccountMapper_getUserAccount
extends IceInternal.TwowayCallback implements Ice.TwowayCallbackArg1UE
{
public final void _iceCompleted(Ice.AsyncResult result)
{
UserAccountMapperPrxHelper._iceI_getUserAccount_completed(this, result);
}
}