WebObjects 5.1

Uses of Class
com.webobjects.eoaccess.EOAdaptorChannel

Packages that use EOAdaptorChannel
com.webobjects.eoaccess   
com.webobjects.jdbcadaptor   
com.webobjects.jndiadaptor Provides an implementation of an Enterprise Objects Frameworks (EOF) adaptor for JNDI data sources. 
 

Uses of EOAdaptorChannel in com.webobjects.eoaccess
 

Methods in com.webobjects.eoaccess that return EOAdaptorChannel
 EOAdaptorChannel EODatabaseChannel.adaptorChannel()
          Returns the EOAdaptorChannel used by the receiver for communication with the database server.
abstract  EOAdaptorChannel EOAdaptorContext.createAdaptorChannel()
          An abstract method that should be implemented by subclasses to create and return a new EOAdaptorChannel, or null if a new channel cannot be created.
 EOAdaptorChannel EOSynchronizationFactory.Delegate.schemaSynchronizationAdaptorChannelForModel(EOModel model)
          Restricted method.
 

Methods in com.webobjects.eoaccess with parameters of type EOAdaptorChannel
 NSArray EODatabaseContext.Delegate.databaseContextWillPerformAdaptorOperations(EODatabaseContext dbCtxt, NSArray adaptorOps, EOAdaptorChannel adChannel)
          Invoked from performChanges to allow the delegate to send a different array of EOAdaptorOperations to be executed by dbCtx.
 

Uses of EOAdaptorChannel in com.webobjects.jdbcadaptor
 

Subclasses of EOAdaptorChannel in com.webobjects.jdbcadaptor
 class JDBCChannel
           
 

Methods in com.webobjects.jdbcadaptor that return EOAdaptorChannel
 EOAdaptorChannel JDBCContext.createAdaptorChannel()
           
 

Uses of EOAdaptorChannel in com.webobjects.jndiadaptor
 

Subclasses of EOAdaptorChannel in com.webobjects.jndiadaptor
 class JNDIChannel
          The JNDIChannel class represents a communication channel to a Java Naming and Directory Interface service.
 

Methods in com.webobjects.jndiadaptor that return EOAdaptorChannel
 EOAdaptorChannel JNDIContext.createAdaptorChannel()
           
 


Last updated Thu Jan 10 18:10:21 PST 2002.

Copyright © 2002 Apple Computer, Inc.