IceBox.ServiceObserverPrx Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of icebox-compat Show documentation
Show all versions of icebox-compat Show documentation
IceBox is an easy-to-use framework for Ice application services
//
// 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);
}