Uses of Interface
org.nakedobjects.runtime.transaction.updatenotifier.UpdateNotifier

Packages that use UpdateNotifier
org.nakedobjects.runtime.context   
org.nakedobjects.runtime.persistence.objectstore.transaction   
org.nakedobjects.runtime.transaction These interfaces are extended by PersistenceSession and not intended to be implemented directly. 
org.nakedobjects.runtime.transaction.updatenotifier Update Notifier API. 
 

Uses of UpdateNotifier in org.nakedobjects.runtime.context
 

Methods in org.nakedobjects.runtime.context that return UpdateNotifier
static UpdateNotifier NakedObjectsContext.getUpdateNotifier()
          Convenience method, returning the UpdateNotifier of the current transaction.
 

Uses of UpdateNotifier in org.nakedobjects.runtime.persistence.objectstore.transaction
 

Methods in org.nakedobjects.runtime.persistence.objectstore.transaction with parameters of type UpdateNotifier
protected  ObjectStoreTransaction ObjectStoreTransactionManager.createTransaction(MessageBroker messageBroker, UpdateNotifier updateNotifier)
           
 

Constructors in org.nakedobjects.runtime.persistence.objectstore.transaction with parameters of type UpdateNotifier
ObjectStoreTransaction(NakedObjectTransactionManager transactionManager, MessageBroker messageBroker, UpdateNotifier updateNotifier, ObjectStoreTransactionManagement objectStore)
           
 

Uses of UpdateNotifier in org.nakedobjects.runtime.transaction
 

Methods in org.nakedobjects.runtime.transaction that return UpdateNotifier
protected  UpdateNotifier NakedObjectTransactionManagerAbstract.createUpdateNotifier()
          Overridable hook, used in {@link #createTransaction(MessageBroker, UpdateNotifier)
 UpdateNotifier NakedObjectTransactionAbstract.getUpdateNotifier()
          Injected in constructor
 UpdateNotifier NakedObjectTransaction.getUpdateNotifier()
          The UpdateNotifier for this transaction.
protected  UpdateNotifier NakedObjectTransactionManagerAbstract.getUpdateNotifier()
          Convenience method returning the UpdateNotifier of the current transaction.
 

Methods in org.nakedobjects.runtime.transaction with parameters of type UpdateNotifier
protected abstract  T NakedObjectTransactionManagerAbstract.createTransaction(MessageBroker messageBroker, UpdateNotifier updateNotifier)
          Overridable hook.
 

Constructors in org.nakedobjects.runtime.transaction with parameters of type UpdateNotifier
NakedObjectTransactionAbstract(NakedObjectTransactionManager transactionManager, MessageBroker messageBroker, UpdateNotifier updateNotifier)
           
NakedObjectTransactionDefault(NakedObjectTransactionManager transactionManager, MessageBroker messageBroker, UpdateNotifier updateNotifier)
           
 

Uses of UpdateNotifier in org.nakedobjects.runtime.transaction.updatenotifier
 

Classes in org.nakedobjects.runtime.transaction.updatenotifier that implement UpdateNotifier
 class UpdateNotifierAbstract
           
 class UpdateNotifierDefault
           
 

Methods in org.nakedobjects.runtime.transaction.updatenotifier with parameters of type UpdateNotifier
 void UpdateNotifierAware.setUpdateNotifier(UpdateNotifier updateNotifier)
           
 



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