Uses of Interface
org.apache.jackrabbit.core.cluster.ClusterRecordProcessor

Packages that use ClusterRecordProcessor
org.apache.jackrabbit.core.cluster   
 

Uses of ClusterRecordProcessor in org.apache.jackrabbit.core.cluster
 

Classes in org.apache.jackrabbit.core.cluster that implement ClusterRecordProcessor
 class ClusterNode
          Default clustered node implementation.
 

Methods in org.apache.jackrabbit.core.cluster with parameters of type ClusterRecordProcessor
 void WorkspaceRecord.process(ClusterRecordProcessor processor)
           
 void NodeTypeRecord.process(ClusterRecordProcessor processor)
          Process this record, calling the appropriate process method.
 void NamespaceRecord.process(ClusterRecordProcessor processor)
          Process this record, calling the appropriate process method.
 void LockRecord.process(ClusterRecordProcessor processor)
          Process this record, calling the appropriate process method.
abstract  void ClusterRecord.process(ClusterRecordProcessor processor)
          Process this record, calling the appropriate process method.
 void ChangeLogRecord.process(ClusterRecordProcessor processor)
          Process this record, calling the appropriate process method.
 



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