abc.weaving.aspectinfo
Class PerCflowSetup.PerCflowSetupWeavingContext

java.lang.Object
  extended by abc.weaving.weaver.WeavingContext
      extended by abc.weaving.aspectinfo.PerCflowSetup.PerCflowSetupWeavingContext
All Implemented Interfaces:
BeforeAfterAdvice.ChoosePhase
Enclosing class:
PerCflowSetup

public static class PerCflowSetup.PerCflowSetupWeavingContext
extends WeavingContext
implements BeforeAfterAdvice.ChoosePhase


Field Summary
 boolean doBefore
           
 
Constructor Summary
PerCflowSetup.PerCflowSetupWeavingContext()
           
 
Method Summary
 void setAfter()
           
 void setBefore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

doBefore

public boolean doBefore
Constructor Detail

PerCflowSetup.PerCflowSetupWeavingContext

public PerCflowSetup.PerCflowSetupWeavingContext()
Method Detail

setBefore

public void setBefore()
Specified by:
setBefore in interface BeforeAfterAdvice.ChoosePhase

setAfter

public void setAfter()
Specified by:
setAfter in interface BeforeAfterAdvice.ChoosePhase