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

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

/**
 * Get a "template" proxy for admin callback objects.
 * An Admin client uses this proxy to set the category of its callback
 * objects, and the published endpoints of the object adapter hosting
 * the admin callback objects.
 *
 **/

public abstract class Callback_AdminSession_getAdminCallbackTemplate
    extends IceInternal.TwowayCallback implements Ice.TwowayCallbackArg1
{
    public final void _iceCompleted(Ice.AsyncResult result)
    {
        AdminSessionPrxHelper._iceI_getAdminCallbackTemplate_completed(this, result);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy