WebObjects 5.2.4

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
 EOFaultHandler EOCustomObject.faultHandler()
          Returns the receiver's fault handler.
static EOFaultHandler EOFaultHandler.handlerForFault(Object object)
          Returns the EOFaultHandler that will help object to fire.
 EOFaultHandler EOFaulting.faultHandler()
          Returns the EOFaultHandler that will help the reciever to fire.
 

Methods in com.webobjects.eocontrol with parameters of type EOFaultHandler
 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).
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 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 Wed May 25 10:47:15 PDT 2005.

Copyright © 2005 Apple Computer, Inc.