org.apache.jackrabbit.core.config
Class PersistenceManagerConfig

java.lang.Object
  extended by org.apache.jackrabbit.core.config.BeanConfig
      extended by org.apache.jackrabbit.core.config.PersistenceManagerConfig

public class PersistenceManagerConfig
extends BeanConfig

Persistence manager configuration. This bean configuration class is used to create configured persistence manager objects.

This class is currently only used to assign a static type to more generic bean configuration information.

See Also:
WorkspaceConfig.getPersistenceManagerConfig()

Constructor Summary
PersistenceManagerConfig(BeanConfig config)
          Creates a persistence manager configuration object from the given bean configuration.
 
Method Summary
 
Methods inherited from class org.apache.jackrabbit.core.config.BeanConfig
getClassLoader, getClassName, getDefaultClassLoader, getParameters, newInstance, setClassLoader, setConnectionFactory, setDefaultClassLoader, setValidate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistenceManagerConfig

public PersistenceManagerConfig(BeanConfig config)
Creates a persistence manager configuration object from the given bean configuration.

Parameters:
config - bean configuration


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