Uses of Package
org.apache.jackrabbit.core.state

Packages that use org.apache.jackrabbit.core.state
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.cluster   
org.apache.jackrabbit.core.config Jackrabbit configuration handling. 
org.apache.jackrabbit.core.nodetype.virtual   
org.apache.jackrabbit.core.observation   
org.apache.jackrabbit.core.persistence   
org.apache.jackrabbit.core.persistence.bundle   
org.apache.jackrabbit.core.persistence.db This package contains the class SimpleDbPersistenceManager, a simple generic JDBC-based PersistenceManager for Jackrabbit. 
org.apache.jackrabbit.core.persistence.mem   
org.apache.jackrabbit.core.persistence.obj   
org.apache.jackrabbit.core.persistence.util   
org.apache.jackrabbit.core.persistence.xml   
org.apache.jackrabbit.core.query   
org.apache.jackrabbit.core.query.lucene   
org.apache.jackrabbit.core.query.lucene.constraint   
org.apache.jackrabbit.core.state   
org.apache.jackrabbit.core.version The versioning framework in jackrabbit consists of 3 layers. 
org.apache.jackrabbit.core.virtual   
org.apache.jackrabbit.core.xml   
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core
CacheManager
          This class manages the size of the caches used in Jackrabbit.
ChangeLog
          Registers changes made to states and references and consolidates empty changes.
ChildNodeEntry
          ChildNodeEntry specifies the name, index (in the case of same-name siblings) and the UUID of a child node entry.
ISMLocking
          ISMLocking defines an interface for a locking strategy of an ItemStateManager.
ItemState
          ItemState represents the state of an Item.
ItemStateCacheFactory
          An item state cache factory to construct new item state caches.
ItemStateException
          The ItemStateException ...
ItemStateListener
          The ItemStateListener interface allows an implementing object to be informed about changes on an ItemState.
ItemStateManager
          The ItemStateManager interface provides methods for retrieving ItemState and NodeReferences instances by id.
LocalItemStateManager
          Local ItemStateManager that isolates changes to persistent states from other clients.
NodeState
          NodeState represents the state of a Node.
NodeStateListener
          Extends the ItemStateListener allowing a client to be additionally informed about changes on a NodeState.
NoSuchItemStateException
          The NoSuchItemStateException ...
PropertyState
          PropertyState represents the state of a Property.
SessionItemStateManager
          Item state manager that handles both transient and persistent items.
SharedItemStateManager
          Shared ItemStateManager (SISM).
UpdatableItemStateManager
          Identifies an ItemStateManager that allows updating items.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.cluster
ChangeLog
          Registers changes made to states and references and consolidates empty changes.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.config
ISMLocking
          ISMLocking defines an interface for a locking strategy of an ItemStateManager.
ISMLockingFactory
          Factory interface for creating ISMLocking instances.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.nodetype.virtual
ChangeLog
          Registers changes made to states and references and consolidates empty changes.
ItemStateException
          The ItemStateException ...
ItemStateListener
          The ItemStateListener interface allows an implementing object to be informed about changes on an ItemState.
ItemStateManager
          The ItemStateManager interface provides methods for retrieving ItemState and NodeReferences instances by id.
NoSuchItemStateException
          The NoSuchItemStateException ...
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.observation
ChangeLog
          Registers changes made to states and references and consolidates empty changes.
ItemStateException
          The ItemStateException ...
ItemStateManager
          The ItemStateManager interface provides methods for retrieving ItemState and NodeReferences instances by id.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.persistence
ChangeLog
          Registers changes made to states and references and consolidates empty changes.
ItemStateException
          The ItemStateException ...
NodeReferences
          NodeReferences represents the references (i.e.
NodeState
          NodeState represents the state of a Node.
NoSuchItemStateException
          The NoSuchItemStateException ...
PropertyState
          PropertyState represents the state of a Property.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.persistence.bundle
ChangeLog
          Registers changes made to states and references and consolidates empty changes.
ItemStateException
          The ItemStateException ...
NodeReferences
          NodeReferences represents the references (i.e.
NodeState
          NodeState represents the state of a Node.
NoSuchItemStateException
          The NoSuchItemStateException ...
PropertyState
          PropertyState represents the state of a Property.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.persistence.db
ChangeLog
          Registers changes made to states and references and consolidates empty changes.
ItemStateException
          The ItemStateException ...
NodeReferences
          NodeReferences represents the references (i.e.
NodeState
          NodeState represents the state of a Node.
NoSuchItemStateException
          The NoSuchItemStateException ...
PropertyState
          PropertyState represents the state of a Property.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.persistence.mem
ItemStateException
          The ItemStateException ...
NodeReferences
          NodeReferences represents the references (i.e.
NodeState
          NodeState represents the state of a Node.
NoSuchItemStateException
          The NoSuchItemStateException ...
PropertyState
          PropertyState represents the state of a Property.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.persistence.obj
ItemStateException
          The ItemStateException ...
NodeReferences
          NodeReferences represents the references (i.e.
NodeState
          NodeState represents the state of a Node.
NoSuchItemStateException
          The NoSuchItemStateException ...
PropertyState
          PropertyState represents the state of a Property.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.persistence.util
NodeReferences
          NodeReferences represents the references (i.e.
NodeState
          NodeState represents the state of a Node.
PropertyState
          PropertyState represents the state of a Property.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.persistence.xml
ItemStateException
          The ItemStateException ...
NodeReferences
          NodeReferences represents the references (i.e.
NodeState
          NodeState represents the state of a Node.
NoSuchItemStateException
          The NoSuchItemStateException ...
PropertyState
          PropertyState represents the state of a Property.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.query
ChildNodeEntry
          ChildNodeEntry specifies the name, index (in the case of same-name siblings) and the UUID of a child node entry.
ItemStateException
          The ItemStateException ...
ItemStateManager
          The ItemStateManager interface provides methods for retrieving ItemState and NodeReferences instances by id.
NodeState
          NodeState represents the state of a Node.
NoSuchItemStateException
          The NoSuchItemStateException ...
SharedItemStateManager
          Shared ItemStateManager (SISM).
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.query.lucene
ItemStateException
          The ItemStateException ...
ItemStateManager
          The ItemStateManager interface provides methods for retrieving ItemState and NodeReferences instances by id.
NodeState
          NodeState represents the state of a Node.
PropertyState
          PropertyState represents the state of a Property.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.query.lucene.constraint
ItemStateManager
          The ItemStateManager interface provides methods for retrieving ItemState and NodeReferences instances by id.
PropertyState
          PropertyState represents the state of a Property.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.state
Cache
          A Cache object A cache must call CacheManager.getInstance().add(this) to take part in the dynamic memory distribution.
CacheAccessListener
          The cache access listener can be registered to a class.
CacheManager
          This class manages the size of the caches used in Jackrabbit.
ChangeLog
          Registers changes made to states and references and consolidates empty changes.
ChildNodeEntry
          ChildNodeEntry specifies the name, index (in the case of same-name siblings) and the UUID of a child node entry.
ISMLocking
          ISMLocking defines an interface for a locking strategy of an ItemStateManager.
ISMLocking.ReadLock
           
ISMLocking.WriteLock
           
ItemState
          ItemState represents the state of an Item.
ItemStateCache
          An ItemStateCache maintains a cache of ItemState instances.
ItemStateCacheFactory
          An item state cache factory to construct new item state caches.
ItemStateException
          The ItemStateException ...
ItemStateListener
          The ItemStateListener interface allows an implementing object to be informed about changes on an ItemState.
ItemStateManager
          The ItemStateManager interface provides methods for retrieving ItemState and NodeReferences instances by id.
ItemStateMap
          A Map based ItemStateStore implementation.
ItemStateStore
          ItemStateStore is similar to a typed Map:

An ItemStateStore temporarily stores and retrieves ItemState instances using their ItemIds as key.

LocalItemStateManager
          Local ItemStateManager that isolates changes to persistent states from other clients.
NodeReferences
          NodeReferences represents the references (i.e.
NodeState
          NodeState represents the state of a Node.
NodeStateListener
          Extends the ItemStateListener allowing a client to be additionally informed about changes on a NodeState.
NoSuchItemStateException
          The NoSuchItemStateException ...
PropertyState
          PropertyState represents the state of a Property.
SessionItemStateManager
          Item state manager that handles both transient and persistent items.
SharedItemStateManager
          Shared ItemStateManager (SISM).
StaleItemStateException
          Signals that an item has been modified externally and that the item state representing it has thus become stale.
UpdatableItemStateManager
          Identifies an ItemStateManager that allows updating items.
XAItemStateManager
          Extension to LocalItemStateManager that remembers changes on multiple save() requests and commits them only when an associated transaction is itself committed.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.version
ChangeLog
          Registers changes made to states and references and consolidates empty changes.
ChildNodeEntry
          ChildNodeEntry specifies the name, index (in the case of same-name siblings) and the UUID of a child node entry.
ISMLocking
          ISMLocking defines an interface for a locking strategy of an ItemStateManager.
ISMLocking.ReadLock
           
ISMLocking.WriteLock
           
ItemState
          ItemState represents the state of an Item.
ItemStateCacheFactory
          An item state cache factory to construct new item state caches.
ItemStateException
          The ItemStateException ...
ItemStateListener
          The ItemStateListener interface allows an implementing object to be informed about changes on an ItemState.
ItemStateManager
          The ItemStateManager interface provides methods for retrieving ItemState and NodeReferences instances by id.
NodeReferences
          NodeReferences represents the references (i.e.
NodeState
          NodeState represents the state of a Node.
NoSuchItemStateException
          The NoSuchItemStateException ...
PropertyState
          PropertyState represents the state of a Property.
SharedItemStateManager
          Shared ItemStateManager (SISM).
UpdatableItemStateManager
          Identifies an ItemStateManager that allows updating items.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.virtual
ChangeLog
          Registers changes made to states and references and consolidates empty changes.
ItemState
          ItemState represents the state of an Item.
ItemStateException
          The ItemStateException ...
ItemStateListener
          The ItemStateListener interface allows an implementing object to be informed about changes on an ItemState.
ItemStateManager
          The ItemStateManager interface provides methods for retrieving ItemState and NodeReferences instances by id.
NodeReferences
          NodeReferences represents the references (i.e.
NodeState
          NodeState represents the state of a Node.
NoSuchItemStateException
          The NoSuchItemStateException ...
PropertyState
          PropertyState represents the state of a Property.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.xml
NodeState
          NodeState represents the state of a Node.
 



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