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

net.anotheria.moskito.webui.tracers.api.generated.RemoteTracerAPI Maven / Gradle / Ivy

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

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

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

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

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

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

	List enableTracer(java.lang.String producerId, 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