Uses of Class
org.dellroad.stuff.pobj.PersistentObject
Packages that use PersistentObject
-
Uses of PersistentObject in org.dellroad.stuff.pobj
Fields in org.dellroad.stuff.pobj declared as PersistentObjectModifier and TypeFieldDescriptionprotected PersistentObject<T>PersistentObjectTransactionManager.persistentObjectThe configuredPersistentObjectfrom which transactions are created.Methods in org.dellroad.stuff.pobj that return PersistentObjectModifier and TypeMethodDescriptionPersistentObjectTransactionManager.getPersistentObject()Get thePersistentObjectthat this instance will operate on.PersistentObjectEvent.getSource()Get thePersistentObjectthat originated this event.Methods in org.dellroad.stuff.pobj with parameters of type PersistentObjectModifier and TypeMethodDescriptionvoidAbstractDelegate.handleWritebackException(PersistentObject<T> pobj, Throwable t) Handle an exception thrown during a delayed write-back attempt.voidFilterDelegate.handleWritebackException(PersistentObject<T> pobj, Throwable t) voidPersistentObjectDelegate.handleWritebackException(PersistentObject<T> pobj, Throwable t) Handle an exception thrown during an asynchronous write-back attempt.voidPersistentObjectSchemaUpdater.handleWritebackException(PersistentObject<T> pobj, Throwable t) Handle an exception thrown during a delayed write-back attempt.protected voidAbstractConfiguredBean.setPersistentObject(PersistentObject<ROOT> persistentObject) Configure thePersistentObjectthat this instance will monitor.voidPersistentObjectTransactionManager.setPersistentObject(PersistentObject<T> persistentObject) Configure thePersistentObjectthat this instance will operate on.Constructors in org.dellroad.stuff.pobj with parameters of type PersistentObjectModifierConstructorDescriptionprotectedAbstractConfiguredBean(PersistentObject<ROOT> persistentObject) Constructor.PersistentObjectEvent(PersistentObject<T> persistentObject, long version, T oldRoot, T newRoot) Constructor.