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

Packages that use ClusterConfig
org.apache.jackrabbit.core.cluster   
org.apache.jackrabbit.core.config Jackrabbit configuration handling. 
 

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, File home)
          Parses cluster configuration.
 

Constructors in org.apache.jackrabbit.core.config with parameters of type ClusterConfig
RepositoryConfig(String home, SecurityConfig sec, FileSystemFactory fsf, String workspaceDirectory, String workspaceConfigDirectory, String defaultWorkspace, int workspaceMaxIdleTime, Element template, VersioningConfig vc, QueryHandlerFactory qhf, ClusterConfig cc, DataStoreFactory dsf, RepositoryLockMechanismFactory rlf, DataSourceConfig dsc, ConnectionFactory cf, RepositoryConfigurationParser parser)
          Creates a repository configuration object.
 



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