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
 void SessionItemStateManager.update()
          End an update operation. This will save all items added to this update operation in a single step. If this operation fails, no item will have been saved.
protected  void XAItemStateManager.update(ChangeLog changeLog)
          End an update operation. Fetch the states and references from the parent (shared) item manager, reconnect them to the items collected in our (local) change log and overwrite the shared items with our copies.

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).

 org.apache.jackrabbit.core.state.SharedItemStateManager.Update SharedItemStateManager.beginUpdate(ChangeLog local, EventStateCollectionFactory factory, VirtualItemStateProvider virtualProvider)
          Begin update operation.
 void SharedItemStateManager.update(ChangeLog local, EventStateCollectionFactory factory)
          Store modifications registered in a ChangeLog.
 void UpdatableItemStateManager.update()
          End an update operation.
 void LocalItemStateManager.update()
          End an update operation. This will save all items added to this update operation in a single step. If this operation fails, no item will have been saved.
protected  void LocalItemStateManager.update(ChangeLog changeLog)
          End an update operation.
 



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