org.openejb.alt.containers.castor_cmp11
Class CMPLogger
java.lang.Object
org.openejb.alt.containers.castor_cmp11.CMPLogger
- All Implemented Interfaces:
- org.exolab.castor.persist.spi.LogInterceptor
public class CMPLogger
- extends Object
- implements org.exolab.castor.persist.spi.LogInterceptor
- Author:
- Stefan Reich -- sreich@apple.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected final Logger logger
db
protected final String db
CMPLogger
public CMPLogger(String db)
loading
public void loading(Object objClass,
Object identity)
- Specified by:
loading
in interface org.exolab.castor.persist.spi.LogInterceptor
creating
public void creating(Object objClass,
Object identity)
- Specified by:
creating
in interface org.exolab.castor.persist.spi.LogInterceptor
removing
public void removing(Object objClass,
Object identity)
- Specified by:
removing
in interface org.exolab.castor.persist.spi.LogInterceptor
storing
public void storing(Object objClass,
Object identity)
- Specified by:
storing
in interface org.exolab.castor.persist.spi.LogInterceptor
storeStatement
public void storeStatement(String statement)
- Specified by:
storeStatement
in interface org.exolab.castor.persist.spi.LogInterceptor
queryStatement
public void queryStatement(String statement)
- Specified by:
queryStatement
in interface org.exolab.castor.persist.spi.LogInterceptor
message
public void message(String message)
- Specified by:
message
in interface org.exolab.castor.persist.spi.LogInterceptor
exception
public void exception(Exception ex)
- Specified by:
exception
in interface org.exolab.castor.persist.spi.LogInterceptor
getPrintWriter
public PrintWriter getPrintWriter()
- Specified by:
getPrintWriter
in interface org.exolab.castor.persist.spi.LogInterceptor
Copyright © 1999-2012 OpenEJB. All Rights Reserved.