Package org.eclnt.ccee.db.dofw.trace
Class DefaultTrace
java.lang.Object
org.eclnt.ccee.db.dofw.trace.DefaultTrace
- All Implemented Interfaces:
ITrace
Default implementation that can be used in order to extend your own
implementation. New methods that might be added to
ITrace will always
be implemented by this implementation - with some default behavior.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtraceObjectDelete(String contextName, Object o) voidtraceObjectInsert(String contextName, Object o) voidtraceObjectUpdate(String contextName, Object from, Object to)
-
Constructor Details
-
DefaultTrace
public DefaultTrace()
-
-
Method Details
-
traceObjectInsert
- Specified by:
traceObjectInsertin interfaceITrace
-
traceObjectUpdate
- Specified by:
traceObjectUpdatein interfaceITrace
-
traceObjectDelete
- Specified by:
traceObjectDeletein interfaceITrace
-