Uses of Interface
org.apache.jackrabbit.core.state.NodeStateListener

Packages that use NodeStateListener
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.state   
 

Uses of NodeStateListener in org.apache.jackrabbit.core
 

Classes in org.apache.jackrabbit.core that implement NodeStateListener
 class CachingHierarchyManager
          Implementation of a HierarchyManager that caches paths of items.
 

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

Classes in org.apache.jackrabbit.core.state that implement NodeStateListener
 class LocalItemStateManager
          Local ItemStateManager that isolates changes to persistent states from other clients.
 class SessionItemStateManager
          Item state manager that handles both transient and persistent items.
 class XAItemStateManager
          Extension to LocalItemStateManager that remembers changes on multiple save() requests and commits them only when an associated transaction is itself committed.
 



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