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

net.anotheria.moskito.webui.producers.api.generated.RemoteProducerAPI Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
package net.anotheria.moskito.webui.producers.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 RemoteProducerAPI extends Remote, ServiceAdapter{
	List getCategories(Map __transportableCallContext) throws net.anotheria.anoplass.api.APIException, RemoteException;

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

	List getAllProducers(java.lang.String intervalName, net.anotheria.moskito.core.stats.TimeUnit timeUnit, Map __transportableCallContext) throws net.anotheria.anoplass.api.APIException, RemoteException;

	List getAllProducersByCategory(java.lang.String currentCategory, java.lang.String intervalName, net.anotheria.moskito.core.stats.TimeUnit timeUnit, Map __transportableCallContext) throws net.anotheria.anoplass.api.APIException, RemoteException;

	List getProducers(net.anotheria.moskito.core.registry.IProducerFilter[] iProducerFilters, java.lang.String intervalName, net.anotheria.moskito.core.stats.TimeUnit timeUnit, Map __transportableCallContext) throws net.anotheria.anoplass.api.APIException, RemoteException;

	List getAllProducersBySubsystem(java.lang.String currentSubsystem, java.lang.String intervalName, net.anotheria.moskito.core.stats.TimeUnit timeUnit, Map __transportableCallContext) throws net.anotheria.anoplass.api.APIException, RemoteException;

	List getProducer(java.lang.String producerId, java.lang.String intervalName, net.anotheria.moskito.core.stats.TimeUnit timeUnit, 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