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 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.
protected  void TransactionalItemStateManager.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 to a transaction, simply merge the changes given to the ones already known (removing items that were first added and then again deleted).

 void SharedItemStateManager.store(ChangeLog local, ObservationManagerImpl obsMgr)
          Store modifications registered in a ChangeLog.
 void UpdatableItemStateManager.update()
          End an update operation.
 



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