public class JourneyAPIImpl extends AbstractMoskitoAPIImpl implements JourneyAPI
| Constructor and Description |
|---|
JourneyAPIImpl() |
| 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 |
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() |
getConfigurationaddValidationError, addValidationError, checkValidationAndThrowException, deInit, getApiConfig, getAttributeFromSession, getCallContext, getCurrentLocale, getCurrentUserId, getDefaultExpirePeriodForAttribute, getExpirePeriodForAttribute, getLoggedInUserId, getPrivateAttributeName, getSession, removeAttributeFromSession, setAttributeInSession, setAttributeInSession, setAttributeInSession, setAttributeInSessionpublic void init()
throws net.anotheria.anoplass.api.APIInitException
init in interface net.anotheria.anoplass.api.APIinit in class net.anotheria.anoplass.api.AbstractAPIImplnet.anotheria.anoplass.api.APIInitExceptionpublic 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 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 TracedCallAO getTracedCall(java.lang.String journeyName, int callPosition, TimeUnit unit) throws net.anotheria.anoplass.api.APIException
getTracedCall 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.APIExceptionCopyright © 2010-2020 anotheria.net. All Rights Reserved.