public class RemoteJourneyAPIStub extends java.lang.Object implements JourneyAPI
| Constructor and Description |
|---|
RemoteJourneyAPIStub() |
RemoteJourneyAPIStub(org.distributeme.core.ServiceDescriptor target) |
| Modifier and Type | Method and Description |
|---|---|
AnalyzedJourneyAO |
analyzeJourney(java.lang.String journeyName)
Analyzes a journey and returns a cumulated calls by time spent in each producer as well as the number of requests in each producer.
|
AnalyzedJourneyAO |
analyzeJourneyByMethod(java.lang.String journeyName)
Analyzes a journey and returns a cumulated calls by time spent in each method as well as the number of requests in each method.
|
void |
deInit() |
void |
deleteJourney(java.lang.String journeyName)
Deletes a journey.
|
JourneyAO |
getJourney(java.lang.String name)
Returns specified journey.
|
java.util.List<JourneyListItemAO> |
getJourneys()
Returns list of available journeys.
|
TracedCallAO |
getTracedCall(java.lang.String journeyName,
int callPosition,
TimeUnit unit) |
TracedCallAO |
getTracedCallByName(java.lang.String journeyName,
java.lang.String traceName,
TimeUnit unit) |
void |
init() |
public RemoteJourneyAPIStub()
public RemoteJourneyAPIStub(org.distributeme.core.ServiceDescriptor target)
public java.util.List<JourneyListItemAO> getJourneys() throws net.anotheria.anoplass.api.APIException
JourneyAPIgetJourneys in interface JourneyAPInet.anotheria.anoplass.api.APIExceptionpublic JourneyAO getJourney(java.lang.String name) throws net.anotheria.anoplass.api.APIException
JourneyAPIgetJourney in interface JourneyAPIname - name of the journey.net.anotheria.anoplass.api.APIExceptionpublic TracedCallAO getTracedCall(java.lang.String journeyName, int callPosition, TimeUnit unit) throws net.anotheria.anoplass.api.APIException
getTracedCall in interface JourneyAPInet.anotheria.anoplass.api.APIExceptionpublic TracedCallAO getTracedCallByName(java.lang.String journeyName, java.lang.String traceName, TimeUnit unit) throws net.anotheria.anoplass.api.APIException
getTracedCallByName in interface JourneyAPInet.anotheria.anoplass.api.APIExceptionpublic AnalyzedJourneyAO analyzeJourney(java.lang.String journeyName) throws net.anotheria.anoplass.api.APIException
JourneyAPIanalyzeJourney in interface JourneyAPIjourneyName - name of the journey to analyze.net.anotheria.anoplass.api.APIExceptionpublic AnalyzedJourneyAO analyzeJourneyByMethod(java.lang.String journeyName) throws net.anotheria.anoplass.api.APIException
JourneyAPIanalyzeJourneyByMethod in interface JourneyAPIjourneyName - name of the journey to analyze.net.anotheria.anoplass.api.APIExceptionpublic void deleteJourney(java.lang.String journeyName)
throws net.anotheria.anoplass.api.APIException
JourneyAPIdeleteJourney in interface JourneyAPInet.anotheria.anoplass.api.APIExceptionpublic void init()
throws net.anotheria.anoplass.api.APIInitException
init in interface net.anotheria.anoplass.api.APInet.anotheria.anoplass.api.APIInitExceptionpublic void deInit()
deInit in interface net.anotheria.anoplass.api.APICopyright © 2010-2020 anotheria.net. All Rights Reserved.