Uses of Class
org.apache.jackrabbit.core.config.ClusterConfig

Packages that use ClusterConfig
org.apache.jackrabbit.core.cluster   
org.apache.jackrabbit.core.config   
 

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

Methods in org.apache.jackrabbit.core.cluster that return ClusterConfig
 ClusterConfig ClusterContext.getClusterConfig()
          Return the cluster configuration.
 

Uses of ClusterConfig in org.apache.jackrabbit.core.config
 

Methods in org.apache.jackrabbit.core.config that return ClusterConfig
 ClusterConfig RepositoryConfig.getClusterConfig()
          Returns the cluster configuration.
protected  ClusterConfig RepositoryConfigurationParser.parseClusterConfig(Element parent)
          Parses cluster configuration.
 

Constructors in org.apache.jackrabbit.core.config with parameters of type ClusterConfig
RepositoryConfig(String home, SecurityConfig sec, FileSystemConfig fsc, String workspaceDirectory, String workspaceConfigDirectory, String defaultWorkspace, int workspaceMaxIdleTime, Element template, VersioningConfig vc, SearchConfig sc, ClusterConfig cc, DataStoreConfig dataStoreConfig, RepositoryConfigurationParser parser)
          Creates a repository configuration object.
 



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