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

net.anotheria.moskito.webui.journey.api.generated.RemoteJourneyAPI Maven / Gradle / Ivy

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

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

	List getTracedCall(java.lang.String journeyName, int callPosition, net.anotheria.moskito.core.stats.TimeUnit unit, Map __transportableCallContext) throws net.anotheria.anoplass.api.APIException, RemoteException;

	List getTracedCallByName(java.lang.String journeyName, java.lang.String traceName, net.anotheria.moskito.core.stats.TimeUnit unit, Map __transportableCallContext) throws net.anotheria.anoplass.api.APIException, RemoteException;

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

	List deleteJourney(java.lang.String journeyName, 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