Package org.apache.jackrabbit.core.cluster

Interface Summary
ClusterContext Initial interface passed to a ClusterNode.
ClusterOperation Cluster operation that will be written to the cluster's journal and ultimately processed by other instances.
LockEventChannel Event channel used to transmit lock events.
LockEventListener Interface used to receive information about incoming, external lock events.
NamespaceEventChannel Event channel used to transmit namespace registry operations.
NamespaceEventListener Interface used to receive information about incoming, external namespace registry events.
NodeTypeEventChannel Event channel used to transmit nodetype registry operations.
NodeTypeEventListener Interface used to receive information about incoming, external node type registry events.
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.
 

Class Summary
ClusterNode Default clustered node implementation.
ItemOperation Item operation interface.
NodeAddedOperation Describes a journal operation for a node addition.
NodeDeletedOperation Describes a journal operation for a node deletion.
NodeModifiedOperation Describes a journal operation for a node modification.
PropertyAddedOperation Describes a journal operation for a property addition.
PropertyDeletedOperation Describes a journal operation for a property deletion.
PropertyModifiedOperation Describes a journal operation for a property modification.
 

Exception Summary
ClusterException The ClusterException signals an error within a cluster operation.
 



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