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   
org.apache.jackrabbit.core.query   
 

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.
 

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

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



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