|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
AbstractTransactionContext.setCallback(CallbackInterceptor callback)
Overrides the default callback interceptor by a custom interceptor for this database source. The interceptor is a callback that notifies data objects on persistent state events. If callback interceptor is not overriden, events will be sent to data object that implements the org.exolab.castor.jdo.Persistent interface. |
void |
TransactionContext.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 |
JDO.setCallbackInterceptor(CallbackInterceptor callback)
Deprecated. Overrides the default callback interceptor by a custom interceptor for this database source. |
void |
JDOManager.setCallbackInterceptor(CallbackInterceptor callback)
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(java.lang.String dbName,
int lockTimeout,
CallbackInterceptor callback,
InstanceFactory instanceFactory,
java.lang.ClassLoader classLoader,
boolean autoStore)
Creates an instance of this class. |
|
GlobalDatabaseImpl(java.lang.String dbName,
int lockTimeout,
CallbackInterceptor callback,
InstanceFactory instanceFactory,
javax.transaction.Transaction transaction,
java.lang.ClassLoader classLoader,
boolean autoStore,
boolean isPoolInUseForGlobalTransactions)
Creates an instance of this class. |
|
LocalDatabaseImpl(java.lang.String dbName,
int lockTimeout,
CallbackInterceptor callback,
InstanceFactory instanceFactory,
java.lang.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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||