PATH Documentation > WebObjects

Table of Contents

EOAccessFaultHandler


Inherits from:
EOAccessGenericFaultHandler
Package:
com.webobjects.eoaccess


Class Description


EOAccessFaultHandler is a subclass of EOAccessGenericFaultHandler that implements an object fault for enterprise objects.




Constructors



EOAccessFaultHandler

public EOAccessFaultHandler( com.webobjects.eocontrol.EOKeyGlobalID globalID, EODatabaseContext databaseContext, com.webobjects.eocontrol.EOEditingContext editingContext)

Returns a handler initialized with all of the information necessary to fetch the object when the fault is fired.


Instance Methods



completeInitializationOfObject

public void completeInitializationOfObject(Object anObject)

Asks the receiver's database context to fetch anObject if it is not already in memory. This method is called when the fault is fired and uses the EOObjectStore protocol to get the information from the receiver's editing context.

descriptionForObject

public String descriptionForObject(Object anObject)

Description forthcoming.

globalID

public com.webobjects.eocontrol.EOKeyGlobalID globalID()

Returns the receiver's global ID.

toString

public String toString()

Returns a String representation of the receiver.

© 2001 Apple Computer, Inc. (Last Published April 13, 2001)


Table of Contents