Monitoring object
|
Method
|
Monitor
|
---|---|---|
BTTServerOperation and all its subclasses
|
Call Execute()
|
before, around, after
Note You can also just monitor execute() of HTMLRequestHandler. This can avoid multiple operations repeatedly call execute().
|
Implementation classes of OperationStepInterface
|
Execution of Execute()
|
before, around, after
|
Flow DSEState DSEHTMLState DSEOperationState...
|
Execution of Activate()
|
before, around, after
Note You cannot use execute() of HTMLRequestHandler. Because the caller is execute() of Flow and the execution logic is in Activate which does not need to be in the smaller part.
|