Class Tracer
java.lang.Object
org.nuxeo.ecm.automation.core.trace.Tracer
- All Implemented Interfaces:
OperationCallback
Automation Abstract tracer recording all automation execution traces.
- Since:
- 5.9.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final TracerFactoryprotected Stack<org.nuxeo.ecm.automation.core.trace.Tracer.Context> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonChainEnter(OperationType chain) voidvoidvoidonOperationEnter(OperationContext context, OperationType type, InvokableMethod method, Map<String, Object> params) voidonOperationExit(Object output) protected voidprotected voidpushContext(OperationType chain)
-
Field Details
-
factory
-
stack
-
-
Constructor Details
-
Tracer
-
-
Method Details
-
pushContext
-
popContext
protected void popContext() -
onChainEnter
- Specified by:
onChainEnterin interfaceOperationCallback
-
onChainExit
public void onChainExit()- Specified by:
onChainExitin interfaceOperationCallback
-
onOperationEnter
public void onOperationEnter(OperationContext context, OperationType type, InvokableMethod method, Map<String, Object> params) - Specified by:
onOperationEnterin interfaceOperationCallback
-
onOperationExit
- Specified by:
onOperationExitin interfaceOperationCallback
-
onError
- Specified by:
onErrorin interfaceOperationCallback
-