Uses of Interface
org.exolab.castor.persist.spi.LogInterceptor

Packages that use LogInterceptor
org.exolab.castor.jdo The Java Data Objects API Version: $Revision: 6216 $ $Date: 2005-04-21 14:21:10 -0600 (Thu, 21 Apr 2005) $ Author: Assaf Arkin The class JDOManager provides the Castor JDO engine used for obtaining a database connection. 
org.exolab.castor.persist The Castor persistence engine handles object persistence, object caching, transaction concurrency and locking. 
 

Uses of LogInterceptor in org.exolab.castor.jdo
 

Methods in org.exolab.castor.jdo that return LogInterceptor
 LogInterceptor JDO.getLogInterceptor()
          Deprecated. There is no need for this method due to the implementation of Log4J which is controlled via the log4j.properties file.
 

Methods in org.exolab.castor.jdo with parameters of type LogInterceptor
 void JDO.setLogInterceptor(LogInterceptor logInterceptor)
          Deprecated. There is no need for this method due to the implementation of Log4J which is controlled via the log4j.properties file.
 

Uses of LogInterceptor in org.exolab.castor.persist
 

Classes in org.exolab.castor.persist that implement LogInterceptor
 class OutputLogInterceptor
          A simple log interceptor that reports all messages to a writer or an output stream.
 



Copyright © 2010. All Rights Reserved.