| 
WebObjects 5.2.2 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use EOAdaptorContext | |
| com.webobjects.eoaccess | Provides the data access mechanisms for the Enterprise Objects technology. | 
| com.webobjects.jdbcadaptor | Provides an implementation of an Enterprise Objects adaptor for JDBC data sources. | 
| com.webobjects.jndiadaptor | Provides an implementation of an Enterprise Objects Frameworks adaptor for JNDI data sources. | 
| Uses of EOAdaptorContext in com.webobjects.eoaccess | 
| Methods in com.webobjects.eoaccess that return EOAdaptorContext | |
 EOAdaptorContext | 
EODatabaseContext.adaptorContext()
Returns the EOAdaptorContext used by the EODatabaseContext for communication with the database server.  | 
 EOAdaptorContext | 
EOAdaptorChannel.adaptorContext()
Returns the receiver's EOAdaptorContext.  | 
abstract  EOAdaptorContext | 
EOAdaptor.createAdaptorContext()
An abstract method that should be implemented by subclasses to create and return a new EOAdaptorContext, or null if a new context can't be created. | 
| Methods in com.webobjects.eoaccess with parameters of type EOAdaptorContext | |
 void | 
EOAdaptorContext.Delegate.adaptorContextDidBegin(EOAdaptorContext adaptorContext)
Invoked from beginTransaction or 
 transactionDidBegin to tell the delegate that a 
 transaction has begun. | 
 void | 
EOAdaptorContext.Delegate.adaptorContextDidCommit(EOAdaptorContext adaptorContext)
Invoked from commitTransaction or 
 transactionDidCommit to tell the delegate that a 
 transaction has been committed. | 
 void | 
EOAdaptorContext.Delegate.adaptorContextDidRollback(EOAdaptorContext adaptorContext)
Invoked from rollbackTransaction or 
 transactionDidRollback to tell the delegate that a 
 transaction has been rolled back. | 
 boolean | 
EOAdaptorContext.Delegate.adaptorContextShouldBegin(EOAdaptorContext adaptorContext)
Invoked from beginTransaction to ask the delegate
 whether the adaptor context object should begin a 
 transaction. | 
 boolean | 
EOAdaptorContext.Delegate.adaptorContextShouldCommit(EOAdaptorContext adaptorContext)
Invoked from commitTransaction to ask the delegate
 whether or not to commit a transaction. | 
 boolean | 
EOAdaptorContext.Delegate.adaptorContextShouldConnect(EOAdaptorContext adaptorContext)
Invoked before the adaptor attempts to connect.  | 
 boolean | 
EOAdaptorContext.Delegate.adaptorContextShouldRollback(EOAdaptorContext adaptorContext)
Invoked from rollbackTransaction to ask the 
 delegate whether or not to roll back a transaction. | 
| Constructors in com.webobjects.eoaccess with parameters of type EOAdaptorContext | |
EOAdaptorChannel(EOAdaptorContext context)
Creates and returns an EOAdaptorChannel with the adaptor context context. | 
|
| Uses of EOAdaptorContext in com.webobjects.jdbcadaptor | 
| Subclasses of EOAdaptorContext in com.webobjects.jdbcadaptor | |
 class | 
JDBCContext
 | 
| Methods in com.webobjects.jdbcadaptor that return EOAdaptorContext | |
 EOAdaptorContext | 
JDBCAdaptor.createAdaptorContext()
Returns a new JDBCContext for this adaptor.  | 
| Uses of EOAdaptorContext in com.webobjects.jndiadaptor | 
| Subclasses of EOAdaptorContext in com.webobjects.jndiadaptor | |
 class | 
JNDIContext
The JNDIContext class represents a transaction scope on a
 Java Naming and Directory Interface service. | 
| Methods in com.webobjects.jndiadaptor that return EOAdaptorContext | |
 EOAdaptorContext | 
JNDIAdaptor.createAdaptorContext()
 | 
  | 
Last updated Mon Oct 13 15:42:52 PDT 2003. | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||