Package org.nakedobjects.runtime.transaction.updatenotifier

Update Notifier API.

See:
          Description

Interface Summary
UpdateNotifier UpdateNotifier provides updates to client making available lists of the latest changed and disposed objects.
UpdateNotifierAware  
 

Class Summary
UpdateNotifierAbstract  
UpdateNotifierDefault  
 

Package org.nakedobjects.runtime.transaction.updatenotifier Description

Update Notifier API.

Used to collate those objects that have been modified as the result of an action; these are then distributed back to the client.

Not generally intended to be implemented; the default implementation in nof-core should normally suffice. However, provides the opportunity for more exotic remoting mechanisms to send out notifications of changes, for example JMS.

See Also:
MessageBroker


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.