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

net.anotheria.moskito.webui.shared.api.generated.RemoteAdditionalFunctionalityAPI Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
package net.anotheria.moskito.webui.shared.api.generated;
//CHECKSTYLE:OFF

import java.rmi.Remote;
import java.rmi.RemoteException;
import org.distributeme.core.lifecycle.ServiceAdapter;
import java.util.List;
import java.util.Map;

public interface RemoteAdditionalFunctionalityAPI extends Remote, ServiceAdapter{
	List getPlugins(Map __transportableCallContext) throws net.anotheria.anoplass.api.APIException, RemoteException;

	List removePlugin(java.lang.String pluginName, Map __transportableCallContext) throws net.anotheria.anoplass.api.APIException, RemoteException;

	List forceIntervalUpdate(java.lang.String intervalName, Map __transportableCallContext) throws net.anotheria.anoplass.api.APIException, RemoteException;

	List getMBeans(Map __transportableCallContext) throws net.anotheria.anoplass.api.APIException, RemoteException;

	List getIntervalInfos(Map __transportableCallContext) throws net.anotheria.anoplass.api.APIException, RemoteException;

	List getConfigurationAsString(Map __transportableCallContext) throws net.anotheria.anoplass.api.APIException, RemoteException;

	List getIntervalUpdateTimestamp(java.lang.String intervalName, Map __transportableCallContext) throws net.anotheria.anoplass.api.APIException, RemoteException;

	List getConfiguration(Map __transportableCallContext) throws net.anotheria.anoplass.api.APIException, RemoteException;

	List getActiveErrorCatchers(Map __transportableCallContext) throws net.anotheria.anoplass.api.APIException, RemoteException;

	List getCaughtErrorsByExceptionName(java.lang.String exceptionName, Map __transportableCallContext) throws net.anotheria.anoplass.api.APIException, RemoteException;

	List init(Map __transportableCallContext) throws net.anotheria.anoplass.api.APIInitException, RemoteException;

	List deInit(Map __transportableCallContext) throws RemoteException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy