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

IceBox.ServiceObserverPrx 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 `IceBox.ice'
//
// Warning: do not edit this file.
//
// 
//

package IceBox;

/**
 * An Observer interface implemented by admin clients
 * interested in the status of services
 *
 * @see ServiceManager
 *
 **/
public interface ServiceObserverPrx extends Ice.ObjectPrx
{
    public void servicesStarted(String[] services);

    public void servicesStarted(String[] services, java.util.Map context);

    public Ice.AsyncResult begin_servicesStarted(String[] services);

    public Ice.AsyncResult begin_servicesStarted(String[] services, java.util.Map context);

    public Ice.AsyncResult begin_servicesStarted(String[] services, Ice.Callback cb);

    public Ice.AsyncResult begin_servicesStarted(String[] services, java.util.Map context, Ice.Callback cb);

    public Ice.AsyncResult begin_servicesStarted(String[] services, Callback_ServiceObserver_servicesStarted cb);

    public Ice.AsyncResult begin_servicesStarted(String[] services, java.util.Map context, Callback_ServiceObserver_servicesStarted cb);

    public Ice.AsyncResult begin_servicesStarted(String[] services,
                                                 IceInternal.Functional_VoidCallback responseCb,
                                                 IceInternal.Functional_GenericCallback1 exceptionCb);

    public Ice.AsyncResult begin_servicesStarted(String[] services,
                                                 IceInternal.Functional_VoidCallback responseCb,
                                                 IceInternal.Functional_GenericCallback1 exceptionCb,
                                                 IceInternal.Functional_BoolCallback sentCb);

    public Ice.AsyncResult begin_servicesStarted(String[] services,
                                                 java.util.Map context,
                                                 IceInternal.Functional_VoidCallback responseCb,
                                                 IceInternal.Functional_GenericCallback1 exceptionCb);

    public Ice.AsyncResult begin_servicesStarted(String[] services,
                                                 java.util.Map context,
                                                 IceInternal.Functional_VoidCallback responseCb,
                                                 IceInternal.Functional_GenericCallback1 exceptionCb,
                                                 IceInternal.Functional_BoolCallback sentCb);

    public void end_servicesStarted(Ice.AsyncResult result);

    public void servicesStopped(String[] services);

    public void servicesStopped(String[] services, java.util.Map context);

    public Ice.AsyncResult begin_servicesStopped(String[] services);

    public Ice.AsyncResult begin_servicesStopped(String[] services, java.util.Map context);

    public Ice.AsyncResult begin_servicesStopped(String[] services, Ice.Callback cb);

    public Ice.AsyncResult begin_servicesStopped(String[] services, java.util.Map context, Ice.Callback cb);

    public Ice.AsyncResult begin_servicesStopped(String[] services, Callback_ServiceObserver_servicesStopped cb);

    public Ice.AsyncResult begin_servicesStopped(String[] services, java.util.Map context, Callback_ServiceObserver_servicesStopped cb);

    public Ice.AsyncResult begin_servicesStopped(String[] services,
                                                 IceInternal.Functional_VoidCallback responseCb,
                                                 IceInternal.Functional_GenericCallback1 exceptionCb);

    public Ice.AsyncResult begin_servicesStopped(String[] services,
                                                 IceInternal.Functional_VoidCallback responseCb,
                                                 IceInternal.Functional_GenericCallback1 exceptionCb,
                                                 IceInternal.Functional_BoolCallback sentCb);

    public Ice.AsyncResult begin_servicesStopped(String[] services,
                                                 java.util.Map context,
                                                 IceInternal.Functional_VoidCallback responseCb,
                                                 IceInternal.Functional_GenericCallback1 exceptionCb);

    public Ice.AsyncResult begin_servicesStopped(String[] services,
                                                 java.util.Map context,
                                                 IceInternal.Functional_VoidCallback responseCb,
                                                 IceInternal.Functional_GenericCallback1 exceptionCb,
                                                 IceInternal.Functional_BoolCallback sentCb);

    public void end_servicesStopped(Ice.AsyncResult result);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy