WebObjects 5.2

Uses of Class
com.webobjects.eocontrol.EOFaultHandler

Packages that use EOFaultHandler
com.webobjects.eoaccess Provides the data access mechanisms for the Enterprise Objects technology. 
com.webobjects.eocontrol Provides infrastructure for creating and manging enterprise objects. 
 

Uses of EOFaultHandler in com.webobjects.eoaccess
 

Subclasses of EOFaultHandler in com.webobjects.eoaccess
 class EOAccessArrayFaultHandler
          EOAccessArrayFaultHandler is a subclass of EOAccessGenericFaultHandler that implements a fault handler for an array of Enterprise Objects.
 class EOAccessFaultHandler
          EOAccessFaultHandler is a subclass of EOAccessGenericFaultHandler that implements an object fault for Enterprise Objects.
 class EOAccessGenericFaultHandler
          EOAccessGenericFaultHandler is an abstract class that helps an EOAccessFault to fire by fetching data using an EODatabaseContext.
 

Uses of EOFaultHandler in com.webobjects.eocontrol
 

Methods in com.webobjects.eocontrol that return EOFaultHandler
static EOFaultHandler EOFaultHandler.handlerForFault(Object object)
          Returns the EOFaultHandler that will help object to fire.
 EOFaultHandler EOCustomObject.faultHandler()
          Returns the receiver's fault handler.
 EOFaultHandler EOFaulting.faultHandler()
          Returns the EOFaultHandler that will help the reciever to fire.
 

Methods in com.webobjects.eocontrol with parameters of type EOFaultHandler
static void EOFaultHandler.makeObjectIntoFault(Object object, EOFaultHandler handler)
          Converts object into a fault, assigning handler as the object that stores how to retrieve its original state and later converts the fault back into a normal object (typically by fetching data from an external data source).
 void EOCustomObject.turnIntoFault(EOFaultHandler handler)
          Converts the receiver into a fault, assigning handler as the object that stores its original state and later converts the fault back into a normal object (typically by fetching data from an external repository).
 void EOFaulting.turnIntoFault(EOFaultHandler handler)
          Converts the receiver into a fault, assigning handler as the object that stores how to retrieve its original state and later converts the fault back into a normal object (typically by fetching data from an external data source).
 


Last updated Fri Feb 21 13:15:00 PST 2003.

Copyright © 2003 Apple Computer, Inc.