Uses of Interface
org.apache.jackrabbit.core.state.NodeStateListener
-
Packages that use NodeStateListener Package Description 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 Modifier and Type Class Description classCachingHierarchyManagerImplementation of aHierarchyManagerthat caches paths of items. -
Uses of NodeStateListener in org.apache.jackrabbit.core.state
Classes in org.apache.jackrabbit.core.state that implement NodeStateListener Modifier and Type Class Description classLocalItemStateManagerLocalItemStateManagerthat isolates changes to persistent states from other clients.classSessionItemStateManagerItem state manager that handles both transient and persistent items.classXAItemStateManagerExtension toLocalItemStateManagerthat remembers changes on multiple save() requests and commits them only when an associated transaction is itself committed.
-