Uses of Class
org.apache.jackrabbit.core.state.StaleItemStateException

Packages that use StaleItemStateException
org.apache.jackrabbit.core.state   
 

Uses of StaleItemStateException in org.apache.jackrabbit.core.state
 

Methods in org.apache.jackrabbit.core.state that throw StaleItemStateException
 org.apache.jackrabbit.core.state.SharedItemStateManager.Update SharedItemStateManager.beginUpdate(ChangeLog local, EventStateCollectionFactory factory, VirtualItemStateProvider virtualProvider)
          Begin update operation.
 void LocalItemStateManager.update()
          End an update operation.
 void UpdatableItemStateManager.update()
          End an update operation.
 void SessionItemStateManager.update()
          End an update operation.
protected  void XAItemStateManager.update(ChangeLog changeLog)
          End an update operation.

If associated with a transaction, simply merge the changes given to the ones already known (removing items that were first added and then again deleted).

protected  void LocalItemStateManager.update(ChangeLog changeLog)
          End an update operation.
 void SharedItemStateManager.update(ChangeLog local, EventStateCollectionFactory factory)
          Store modifications registered in a ChangeLog.
 



Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.