|
Project Wonder 2.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object er.extensions.ERXExtensions.Observer
This public observer is used to perform basic functions in
response to notifications. Specifically it handles
configuring the adapator context so that SQL debugging can
be enabled and disabled on the fly throgh the log4j system.
Handling cleanup issues when sessions timeout, i.e. releasing
all references to editing contexts created for that session.
Handling call all of the did*
methods on
ERXGenericRecord
subclasses after an editing context
has been saved. This delegate is also responsible for configuring
the ERXCompilerProxy
and ERXValidationFactory
.
This delegate is configured when this framework is loaded.
Constructor Summary | |
ERXExtensions.Observer()
|
Method Summary | |
void |
configureAdaptorContext(NSNotification n)
This method is called everytime the configuration file is changed. |
void |
didSave(NSNotification n)
This method is called everytime an editingcontext is saved. |
void |
editingContextDidCreate(NSNotification n)
This is needed for WO pre-5.2 when ec's were not retained by their eos. |
void |
finishedLaunchingApp(NSNotification n)
This method is called when the application has finished launching. |
void |
sessionDidTimeOut(NSNotification n)
This method is called every time a session times out. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ERXExtensions.Observer()
Method Detail |
public void configureAdaptorContext(NSNotification n)
n
- notification posted when the configuration file
changes.public void didSave(NSNotification n)
n
- notification that contains the array of inserted,
updated and deleted objects.public void finishedLaunchingApp(NSNotification n)
n
- notification posted when the app is done launchingpublic void sessionDidTimeOut(NSNotification n)
n
- notification that contains the session ID.public void editingContextDidCreate(NSNotification n)
n
- notification posted when an ec is created
|
Last updated: Do, Dez 9, 2004 12:46 PM CET | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |