Generated by
JDiff

Interface com.webobjects.eoaccess.EOAdaptorContext.Delegate

Changed Methods
void adaptorContextDidBegin(EOAdaptorContext) Change in signature from Object to EOAdaptorContext.
Invoked from beginTransaction or transactionDidBegin to tell the delegate that a transaction has begun.
void adaptorContextDidCommit(EOAdaptorContext) Change in signature from Object to EOAdaptorContext.
Invoked from commitTransaction or transactionDidCommit to tell the delegate that a transaction has been committed.
void adaptorContextDidRollback(EOAdaptorContext) Change in signature from Object to EOAdaptorContext.
Invoked from rollbackTransaction or transactionDidRollback to tell the delegate that a transaction has been rolled back.
boolean adaptorContextShouldBegin(EOAdaptorContext) Change in signature from Object to EOAdaptorContext.
Invoked from beginTransaction to ask the delegate whether the adaptor context object should begin a transaction.
boolean adaptorContextShouldCommit(EOAdaptorContext) Change in signature from Object to EOAdaptorContext.
Invoked from commitTransaction to ask the delegate whether or not to commit a transaction.
boolean adaptorContextShouldConnect(EOAdaptorContext) Change in signature from Object to EOAdaptorContext.
Invoked before the adaptor attempts to connect.
boolean adaptorContextShouldRollback(EOAdaptorContext) Change in signature from Object to EOAdaptorContext.
Invoked from rollbackTransaction to ask the delegate whether or not to roll back a transaction.