Package com.unitesk.aspectrace.sampleApp
Class FsmAndImpl
- java.lang.Object
-
- com.unitesk.aspectrace.sampleApp.FsmGraphProcessor
-
- com.unitesk.aspectrace.sampleApp.FsmAndImpl
-
- All Implemented Interfaces:
AspectListener
,CommonListener
,ErrorListener
,FsmListener
,ImplListener
,ContextProvider<HtmlReportPage>
,ReferenceResolver<HtmlReportPage>
,ConfigurableGenerator
public class FsmAndImpl extends FsmGraphProcessor implements ImplListener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.unitesk.aspectrace.sampleApp.FsmGraphProcessor
FsmGraphProcessor.FsmPage, FsmGraphProcessor.Transition
-
-
Field Summary
-
Fields inherited from class com.unitesk.aspectrace.sampleApp.FsmGraphProcessor
allPages, COMMON_TRANSITION_PREFIX, configDetailedIds, configTrackFailures, configTransitionTags, curErrIdx, curPage, ec, FSM_PREFIX, reportDir, rg, savedFailures
-
-
Constructor Summary
Constructors Constructor Description FsmAndImpl(ReportGenerator rg, ErrorCollector ec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processFsmEnd(FsmEndMessage msg)
void
processMethodEnd(MethodEndMessage mem)
void
processMethodStart(MethodStartMessage msm)
void
processStateMessage(FsmStateMessage msg)
void
processTransitionMessage(TransitionMessage msg)
-
Methods inherited from class com.unitesk.aspectrace.sampleApp.FsmGraphProcessor
addSectionProvider, attachedToAdapter, configure, getPages, getRelated, processBrowserMessage, processChannelMessage, processFailure, processFsmStart, processGlobalTagChange, processingFinished, processingStarted, processIterationVariable, processSummaryMessage, processTagChange, resolve
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.unitesk.aspectrace.AspectListener
attachedToAdapter, processTagChange
-
-
-
-
Constructor Detail
-
FsmAndImpl
public FsmAndImpl(ReportGenerator rg, ErrorCollector ec)
-
-
Method Detail
-
processMethodStart
public void processMethodStart(MethodStartMessage msm)
- Specified by:
processMethodStart
in interfaceImplListener
-
processMethodEnd
public void processMethodEnd(MethodEndMessage mem)
- Specified by:
processMethodEnd
in interfaceImplListener
-
processStateMessage
public void processStateMessage(FsmStateMessage msg)
- Specified by:
processStateMessage
in interfaceFsmListener
- Overrides:
processStateMessage
in classFsmGraphProcessor
-
processTransitionMessage
public void processTransitionMessage(TransitionMessage msg)
- Specified by:
processTransitionMessage
in interfaceFsmListener
- Overrides:
processTransitionMessage
in classFsmGraphProcessor
-
processFsmEnd
public void processFsmEnd(FsmEndMessage msg)
- Specified by:
processFsmEnd
in interfaceFsmListener
- Overrides:
processFsmEnd
in classFsmGraphProcessor
-
-