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

Packages that use CallbackInterceptor
org.castor.persist   
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.jdo.engine Implementation of the Castor JDO engine. 
org.exolab.castor.persist The Castor persistence engine handles object persistence, object caching, transaction concurrency and locking. 
 

Uses of CallbackInterceptor in org.castor.persist
 

Methods in org.castor.persist with parameters of type CallbackInterceptor
 void TransactionContext.setCallback(CallbackInterceptor callback)
          Overrides the default callback interceptor by a custom interceptor for this database source.
 void AbstractTransactionContext.setCallback(CallbackInterceptor callback)
          Overrides the default callback interceptor by a custom interceptor for this database source.
 

Uses of CallbackInterceptor in org.exolab.castor.jdo
 

Methods in org.exolab.castor.jdo that return CallbackInterceptor
 CallbackInterceptor JDOManager.getCallbackInterceptor()
          Returns the callback interceptor.
 

Methods in org.exolab.castor.jdo with parameters of type CallbackInterceptor
 void JDOManager.setCallbackInterceptor(CallbackInterceptor callback)
          Overrides the default callback interceptor by a custom interceptor for this database source.
 void JDO.setCallbackInterceptor(CallbackInterceptor callback)
          Deprecated. Overrides the default callback interceptor by a custom interceptor for this database source.
 

Uses of CallbackInterceptor in org.exolab.castor.jdo.engine
 

Classes in org.exolab.castor.jdo.engine that implement CallbackInterceptor
 class JDOCallback
           
 

Fields in org.exolab.castor.jdo.engine declared as CallbackInterceptor
protected  CallbackInterceptor AbstractDatabaseImpl._callback
          The default callback interceptor for transaction.
 

Constructors in org.exolab.castor.jdo.engine with parameters of type CallbackInterceptor
AbstractDatabaseImpl(String dbName, int lockTimeout, CallbackInterceptor callback, InstanceFactory instanceFactory, ClassLoader classLoader, boolean autoStore)
          Creates an instance of this class.
GlobalDatabaseImpl(String dbName, int lockTimeout, CallbackInterceptor callback, InstanceFactory instanceFactory, Transaction transaction, ClassLoader classLoader, boolean autoStore, boolean isPoolInUseForGlobalTransactions)
          Creates an instance of this class.
LocalDatabaseImpl(String dbName, int lockTimeout, CallbackInterceptor callback, InstanceFactory instanceFactory, ClassLoader classLoader, boolean autoStore)
          Creates an instance of this class.
 

Uses of CallbackInterceptor in org.exolab.castor.persist
 

Methods in org.exolab.castor.persist that return CallbackInterceptor
 CallbackInterceptor ClassMolder.getCallback()
          Get the callback interceptor of the base type.
 



Copyright © 2010. All Rights Reserved.