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

Packages that use org.apache.jackrabbit.core.cluster
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.lock   
org.apache.jackrabbit.core.nodetype   
org.apache.jackrabbit.core.state   
org.apache.jackrabbit.core.version The versioning framework in jackrabbit consists of 3 layers. 
 

Classes in org.apache.jackrabbit.core.cluster used by org.apache.jackrabbit.core
ClusterNode
          Default clustered node implementation.
NamespaceEventChannel
          Event channel used to transmit namespace registry operations.
NamespaceEventListener
          Interface used to receive information about incoming, external namespace registry events.
UpdateEventListener
          Interface used to receive information about incoming, external update events.
WorkspaceListener
          Listener for external workspace changes.
 

Classes in org.apache.jackrabbit.core.cluster used by org.apache.jackrabbit.core.cluster
ChangeLogRecord
          Cluster record representing a workspace or version update.
ClusterContext
          Initial interface passed to a ClusterNode.
ClusterException
          The ClusterException signals an error within a cluster operation.
ClusterNode
          Default clustered node implementation.
ClusterOperation
          Cluster operation that will be written to the cluster's journal and ultimately processed by other instances.
ClusterRecord
          Base cluster record.
ClusterRecordProcessor
          Cluster record processor.
DefaultClusterOperation
          Default cluster operation implementation.
LockEventChannel
          Event channel used to transmit lock events.
LockEventListener
          Interface used to receive information about incoming, external lock events.
LockRecord
          Cluster record representing a lock or unlock operation.
NamespaceEventChannel
          Event channel used to transmit namespace registry operations.
NamespaceEventListener
          Interface used to receive information about incoming, external namespace registry events.
NamespaceRecord
          Cluster record representing a namespace registration, reregistration or unregistration.
NodeTypeEventChannel
          Event channel used to transmit nodetype registry operations.
NodeTypeEventListener
          Interface used to receive information about incoming, external node type registry events.
NodeTypeRecord
          Cluster record representing a node type registration, re-registration or unregistration.
Update
          Update operation passed in UpdateEventChannel.
UpdateEventChannel
          Event channel used to transmit update operations.
UpdateEventListener
          Interface used to receive information about incoming, external update events.
WorkspaceEventChannel
          Event channel for reporting workspace change events.
WorkspaceListener
          Listener for external workspace changes.
WorkspaceRecord
          Record for propagating workspace modifications across the cluster.
 

Classes in org.apache.jackrabbit.core.cluster used by org.apache.jackrabbit.core.lock
LockEventChannel
          Event channel used to transmit lock events.
LockEventListener
          Interface used to receive information about incoming, external lock events.
 

Classes in org.apache.jackrabbit.core.cluster used by org.apache.jackrabbit.core.nodetype
NodeTypeEventChannel
          Event channel used to transmit nodetype registry operations.
NodeTypeEventListener
          Interface used to receive information about incoming, external node type registry events.
 

Classes in org.apache.jackrabbit.core.cluster used by org.apache.jackrabbit.core.state
UpdateEventChannel
          Event channel used to transmit update operations.
 

Classes in org.apache.jackrabbit.core.cluster used by org.apache.jackrabbit.core.version
UpdateEventChannel
          Event channel used to transmit update operations.
UpdateEventListener
          Interface used to receive information about incoming, external update events.
 



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