Project Wonder 5.0

er.jdbcadaptor
Class ERAdaptorContextDelegate

java.lang.Object
  extended by er.jdbcadaptor.ERAdaptorContextDelegate
All Implemented Interfaces:
com.webobjects.eoaccess.EOAdaptorContext.Delegate

public class ERAdaptorContextDelegate
extends java.lang.Object
implements com.webobjects.eoaccess.EOAdaptorContext.Delegate

Author:
david TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
static ERAdaptorContextDelegate _defaultDelegate
           
static ERXLogger log
           
 
Constructor Summary
ERAdaptorContextDelegate()
           
 
Method Summary
 void adaptorContextDidBegin(com.webobjects.eoaccess.EOAdaptorContext arg0)
           
 void adaptorContextDidCommit(com.webobjects.eoaccess.EOAdaptorContext context)
           
 void adaptorContextDidRollback(com.webobjects.eoaccess.EOAdaptorContext context)
           
 boolean adaptorContextShouldBegin(com.webobjects.eoaccess.EOAdaptorContext context)
           
 boolean adaptorContextShouldCommit(com.webobjects.eoaccess.EOAdaptorContext arg0)
           
 boolean adaptorContextShouldConnect(com.webobjects.eoaccess.EOAdaptorContext context)
           
 boolean adaptorContextShouldRollback(com.webobjects.eoaccess.EOAdaptorContext arg0)
           
static ERAdaptorContextDelegate defaultDelegate()
          Returns the singleton of the adaptor context delegate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_defaultDelegate

public static ERAdaptorContextDelegate _defaultDelegate

log

public static final ERXLogger log
Constructor Detail

ERAdaptorContextDelegate

public ERAdaptorContextDelegate()
Method Detail

adaptorContextShouldConnect

public boolean adaptorContextShouldConnect(com.webobjects.eoaccess.EOAdaptorContext context)
Specified by:
adaptorContextShouldConnect in interface com.webobjects.eoaccess.EOAdaptorContext.Delegate

adaptorContextShouldBegin

public boolean adaptorContextShouldBegin(com.webobjects.eoaccess.EOAdaptorContext context)
Specified by:
adaptorContextShouldBegin in interface com.webobjects.eoaccess.EOAdaptorContext.Delegate

adaptorContextDidCommit

public void adaptorContextDidCommit(com.webobjects.eoaccess.EOAdaptorContext context)
Specified by:
adaptorContextDidCommit in interface com.webobjects.eoaccess.EOAdaptorContext.Delegate

adaptorContextDidRollback

public void adaptorContextDidRollback(com.webobjects.eoaccess.EOAdaptorContext context)
Specified by:
adaptorContextDidRollback in interface com.webobjects.eoaccess.EOAdaptorContext.Delegate

adaptorContextDidBegin

public void adaptorContextDidBegin(com.webobjects.eoaccess.EOAdaptorContext arg0)
Specified by:
adaptorContextDidBegin in interface com.webobjects.eoaccess.EOAdaptorContext.Delegate

adaptorContextShouldCommit

public boolean adaptorContextShouldCommit(com.webobjects.eoaccess.EOAdaptorContext arg0)
Specified by:
adaptorContextShouldCommit in interface com.webobjects.eoaccess.EOAdaptorContext.Delegate

adaptorContextShouldRollback

public boolean adaptorContextShouldRollback(com.webobjects.eoaccess.EOAdaptorContext arg0)
Specified by:
adaptorContextShouldRollback in interface com.webobjects.eoaccess.EOAdaptorContext.Delegate

defaultDelegate

public static ERAdaptorContextDelegate defaultDelegate()
Returns the singleton of the adaptor context delegate


Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.