Uses of Class
org.apache.jackrabbit.core.cluster.ClusterNode

Packages that use ClusterNode
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.observation   
 

Uses of ClusterNode in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that return ClusterNode
protected  ClusterNode RepositoryImpl.createClusterNode()
          Creates the cluster node.
 ClusterNode RepositoryContext.getClusterNode()
          Returns the cluster node instance of this repository, or null if clustering is not enabled.
 

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

Constructors in org.apache.jackrabbit.core.cluster with parameters of type ClusterNode
DefaultClusterOperation(ClusterNode clusterNode, ClusterRecord record)
          Create an instance of this class.
 

Uses of ClusterNode in org.apache.jackrabbit.core.observation
 

Constructors in org.apache.jackrabbit.core.observation with parameters of type ClusterNode
ObservationManagerImpl(ObservationDispatcher dispatcher, SessionImpl session, ClusterNode clusterNode)
          Creates an ObservationManager instance.
 



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