public class RemoteJourneyAPIStub extends Object implements JourneyAPI
| Constructor and Description |
|---|
RemoteJourneyAPIStub() |
RemoteJourneyAPIStub(org.distributeme.core.ServiceDescriptor target) |
| Modifier and Type | Method and Description |
|---|---|
List<AnalyzedProducerCallsMapAO> |
analyzeJourney(String journeyName) |
void |
deInit() |
void |
deleteJourney(String journeyName) |
JourneyAO |
getJourney(String name)
Returns specified journey.
|
List<JourneyListItemAO> |
getJourneys()
Returns list of available journeys.
|
TracedCallAO |
getTracedCall(String journeyName,
int callPosition,
TimeUnit unit) |
void |
init() |
public RemoteJourneyAPIStub()
public RemoteJourneyAPIStub(org.distributeme.core.ServiceDescriptor target)
public List<JourneyListItemAO> getJourneys() throws net.anotheria.anoplass.api.APIException
JourneyAPIgetJourneys in interface JourneyAPInet.anotheria.anoplass.api.APIExceptionpublic JourneyAO getJourney(String name) throws net.anotheria.anoplass.api.APIException
JourneyAPIgetJourney in interface JourneyAPIname - name of the journey.net.anotheria.anoplass.api.APIExceptionpublic TracedCallAO getTracedCall(String journeyName, int callPosition, TimeUnit unit) throws net.anotheria.anoplass.api.APIException
getTracedCall in interface JourneyAPInet.anotheria.anoplass.api.APIExceptionpublic List<AnalyzedProducerCallsMapAO> analyzeJourney(String journeyName) throws net.anotheria.anoplass.api.APIException
analyzeJourney in interface JourneyAPInet.anotheria.anoplass.api.APIExceptionpublic void deleteJourney(String journeyName) throws net.anotheria.anoplass.api.APIException
deleteJourney 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-2015 anotheria.net. All Rights Reserved.