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 TypeMethodDescriptionvoid
traceObjectDelete
(String contextName, Object o) void
traceObjectInsert
(String contextName, Object o) void
traceObjectUpdate
(String contextName, Object from, Object to)
-
Constructor Details
-
DefaultTrace
public DefaultTrace()
-
-
Method Details
-
traceObjectInsert
- Specified by:
traceObjectInsert
in interfaceITrace
-
traceObjectUpdate
- Specified by:
traceObjectUpdate
in interfaceITrace
-
traceObjectDelete
- Specified by:
traceObjectDelete
in interfaceITrace
-