| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.exolab.castor.persist.OutputLogInterceptorConstructor Summary | |
| |
| |
| |
Method Summary | |
void |
|
void |
|
PrintWriter | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
public OutputLogInterceptor(OutputStream output)
public OutputLogInterceptor(PrintWriter writer)
public OutputLogInterceptor(Writer writer)
public void creating(Object objClass,
Object identity)
- Specified by:
- creating in interface LogInterceptor
public PrintWriter getPrintWriter()
- Specified by:
- getPrintWriter in interface LogInterceptor
public void loading(Object objClass,
Object identity)
- Specified by:
- loading in interface LogInterceptor
public void queryStatement(String statement)
- Specified by:
- queryStatement in interface LogInterceptor
public void removing(Object objClass,
Object identity)
- Specified by:
- removing in interface LogInterceptor
public void storeStatement(String statement)
- Specified by:
- storeStatement in interface LogInterceptor
public void storing(Object objClass,
Object identity)
- Specified by:
- storing in interface LogInterceptor