public class RemoteJourneyAPISkeleton extends java.lang.Object implements RemoteJourneyAPI
| Constructor and Description |
|---|
RemoteJourneyAPISkeleton() |
RemoteJourneyAPISkeleton(JourneyAPI anImplementation) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
analyzeJourney(java.lang.String journeyName,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
analyzeJourneyByMethod(java.lang.String journeyName,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
deInit(java.util.Map<?,?> __transportableCallContext) |
java.util.List |
deleteJourney(java.lang.String journeyName,
java.util.Map<?,?> __transportableCallContext) |
long |
getCreationTimestamp() |
java.util.List |
getJourney(java.lang.String name,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
getJourneys(java.util.Map<?,?> __transportableCallContext) |
long |
getLastAccessTimestamp() |
java.util.List |
getTracedCall(java.lang.String journeyName,
int callPosition,
TimeUnit unit,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
getTracedCallByName(java.lang.String journeyName,
java.lang.String traceName,
TimeUnit unit,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
init(java.util.Map<?,?> __transportableCallContext) |
public RemoteJourneyAPISkeleton()
public RemoteJourneyAPISkeleton(JourneyAPI anImplementation)
public java.util.List getJourneys(java.util.Map<?,?> __transportableCallContext)
throws net.anotheria.anoplass.api.APIException
getJourneys in interface RemoteJourneyAPInet.anotheria.anoplass.api.APIExceptionpublic java.util.List getJourney(java.lang.String name,
java.util.Map<?,?> __transportableCallContext)
throws net.anotheria.anoplass.api.APIException
getJourney in interface RemoteJourneyAPInet.anotheria.anoplass.api.APIExceptionpublic java.util.List getTracedCall(java.lang.String journeyName,
int callPosition,
TimeUnit unit,
java.util.Map<?,?> __transportableCallContext)
throws net.anotheria.anoplass.api.APIException
getTracedCall in interface RemoteJourneyAPInet.anotheria.anoplass.api.APIExceptionpublic java.util.List getTracedCallByName(java.lang.String journeyName,
java.lang.String traceName,
TimeUnit unit,
java.util.Map<?,?> __transportableCallContext)
throws net.anotheria.anoplass.api.APIException
getTracedCallByName in interface RemoteJourneyAPInet.anotheria.anoplass.api.APIExceptionpublic java.util.List analyzeJourney(java.lang.String journeyName,
java.util.Map<?,?> __transportableCallContext)
throws net.anotheria.anoplass.api.APIException
analyzeJourney in interface RemoteJourneyAPInet.anotheria.anoplass.api.APIExceptionpublic java.util.List analyzeJourneyByMethod(java.lang.String journeyName,
java.util.Map<?,?> __transportableCallContext)
throws net.anotheria.anoplass.api.APIException
analyzeJourneyByMethod in interface RemoteJourneyAPInet.anotheria.anoplass.api.APIExceptionpublic java.util.List deleteJourney(java.lang.String journeyName,
java.util.Map<?,?> __transportableCallContext)
throws net.anotheria.anoplass.api.APIException
deleteJourney in interface RemoteJourneyAPInet.anotheria.anoplass.api.APIExceptionpublic java.util.List init(java.util.Map<?,?> __transportableCallContext)
throws net.anotheria.anoplass.api.APIInitException
init in interface RemoteJourneyAPInet.anotheria.anoplass.api.APIInitExceptionpublic java.util.List deInit(java.util.Map<?,?> __transportableCallContext)
deInit in interface RemoteJourneyAPIpublic long getCreationTimestamp()
getCreationTimestamp in interface org.distributeme.core.lifecycle.ServiceAdapterpublic long getLastAccessTimestamp()
getLastAccessTimestamp in interface org.distributeme.core.lifecycle.ServiceAdapterCopyright © 2010-2020 anotheria.net. All Rights Reserved.