Package Modeling :: Module FaultHandler :: Class FaultHandler
[show private | hide private]
[frames | no frames]

Class FaultHandler

Known Subclasses:
AccessGenericFaultHandler

A FaultHandler works with any object implementing the Faulting interface ; its purpose is to help any conforming object, postponing their initialization until needed, to get their actual datas from DB.
Method Summary
  completeInitializationOfObject(self, anObject)
abstract
  faultWillFire(self, anObject)
Informs the FaultHandler that the object is about to trigger its fault.
  targetClass(self)

Method Details

completeInitializationOfObject(self, anObject)

abstract

faultWillFire(self, anObject)

Informs the FaultHandler that the object is about to trigger its fault.

Default implementation does nothing, subclasses do not need to call this method when subclassing;

Parameter:

anObject -- an object conforming to the 'Faulting' interface

Generated by Epydoc 2.1 on Sat Mar 4 13:36:23 2006 http://epydoc.sf.net