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

IceGrid.Callback_UserAccountMapper_getUserAccount 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 `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);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy