WebObjects 5.2.3

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

Methods in com.webobjects.eocontrol with parameters of type EOFaultHandler
 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).
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).
 


Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.