Uses of Class
org.apache.jackrabbit.core.persistence.PMContext

Packages that use PMContext
org.apache.jackrabbit.core.persistence   
org.apache.jackrabbit.core.persistence.bundle   
org.apache.jackrabbit.core.persistence.db   
org.apache.jackrabbit.core.persistence.mem   
org.apache.jackrabbit.core.persistence.obj   
org.apache.jackrabbit.core.persistence.xml   
org.apache.jackrabbit.core.state   
 

Uses of PMContext in org.apache.jackrabbit.core.persistence
 

Methods in org.apache.jackrabbit.core.persistence with parameters of type PMContext
 void PersistenceManager.init(PMContext context)
          Initializes the persistence manager.
 

Uses of PMContext in org.apache.jackrabbit.core.persistence.bundle
 

Fields in org.apache.jackrabbit.core.persistence.bundle declared as PMContext
protected  PMContext AbstractBundlePersistenceManager.context
          the persistence manager context
 

Methods in org.apache.jackrabbit.core.persistence.bundle with parameters of type PMContext
protected  BundleDbPersistenceManager.CloseableBLOBStore Oracle9PersistenceManager.createDBBlobStore(PMContext context)
           
protected  BundleDbPersistenceManager.CloseableBLOBStore BundleDbPersistenceManager.createDBBlobStore(PMContext context)
          Creates a blob store that uses the database.
protected  BundleDbPersistenceManager.CloseableBLOBStore BundleDbPersistenceManager.createLocalFSBlobStore(PMContext context)
          Creates a blob store that is based on a local fs.
 void PostgreSQLPersistenceManager.init(PMContext context)
          Initializes the persistence manager. The persistence manager is permanently bound to the given context, and any required external resources are acquired.

An appropriate exception is thrown if the persistence manager initialization fails for whatever reason. In this case the state of the persistence manager is undefined and the instance should be discarded. Initializes the internal structures of this abstract persistence manager.

 void Oracle9PersistenceManager.init(PMContext context)
          Initializes the persistence manager. The persistence manager is permanently bound to the given context, and any required external resources are acquired.

An appropriate exception is thrown if the persistence manager initialization fails for whatever reason. In this case the state of the persistence manager is undefined and the instance should be discarded. Initializes the internal structures of this abstract persistence manager.

Retrieve the oracle.sql.BLOB class via reflection, and initialize the values for the DURATION_SESSION and MODE_READWRITE constants defined there.

 void DerbyPersistenceManager.init(PMContext context)
          Initializes the persistence manager. The persistence manager is permanently bound to the given context, and any required external resources are acquired.

An appropriate exception is thrown if the persistence manager initialization fails for whatever reason. In this case the state of the persistence manager is undefined and the instance should be discarded. Initializes the internal structures of this abstract persistence manager.

 void MySqlPersistenceManager.init(PMContext context)
          Initializes the persistence manager. The persistence manager is permanently bound to the given context, and any required external resources are acquired.

An appropriate exception is thrown if the persistence manager initialization fails for whatever reason. In this case the state of the persistence manager is undefined and the instance should be discarded. Initializes the internal structures of this abstract persistence manager.

 void BundleFsPersistenceManager.init(PMContext context)
          Initializes the persistence manager. The persistence manager is permanently bound to the given context, and any required external resources are acquired.

An appropriate exception is thrown if the persistence manager initialization fails for whatever reason. In this case the state of the persistence manager is undefined and the instance should be discarded. Initializes the internal structures of this abstract persistence manager.

 void H2PersistenceManager.init(PMContext context)
          Initializes the persistence manager. The persistence manager is permanently bound to the given context, and any required external resources are acquired.

An appropriate exception is thrown if the persistence manager initialization fails for whatever reason. In this case the state of the persistence manager is undefined and the instance should be discarded. Initializes the internal structures of this abstract persistence manager.

 void AbstractBundlePersistenceManager.init(PMContext context)
          Initializes the persistence manager. Initializes the internal structures of this abstract persistence manager.
 void BundleDbPersistenceManager.init(PMContext context)
          Initializes the persistence manager. The persistence manager is permanently bound to the given context, and any required external resources are acquired.

An appropriate exception is thrown if the persistence manager initialization fails for whatever reason. In this case the state of the persistence manager is undefined and the instance should be discarded. Initializes the internal structures of this abstract persistence manager.

 void OraclePersistenceManager.init(PMContext context)
           
 

Uses of PMContext in org.apache.jackrabbit.core.persistence.db
 

Methods in org.apache.jackrabbit.core.persistence.db with parameters of type PMContext
 void OraclePersistenceManager.init(PMContext context)
          Initializes the persistence manager. The persistence manager is permanently bound to the given context, and any required external resources are acquired.

An appropriate exception is thrown if the persistence manager initialization fails for whatever reason. In this case the state of the persistence manager is undefined and the instance should be discarded.

Retrieve the oracle.sql.BLOB class via reflection, and initialize the values for the DURATION_SESSION and MODE_READWRITE constants defined there.

 void DatabasePersistenceManager.init(PMContext context)
          Initializes the persistence manager.
 

Uses of PMContext in org.apache.jackrabbit.core.persistence.mem
 

Methods in org.apache.jackrabbit.core.persistence.mem with parameters of type PMContext
 void InMemPersistenceManager.init(PMContext context)
          Initializes the persistence manager.
 

Uses of PMContext in org.apache.jackrabbit.core.persistence.obj
 

Methods in org.apache.jackrabbit.core.persistence.obj with parameters of type PMContext
 void ObjectPersistenceManager.init(PMContext context)
          Initializes the persistence manager.
 

Uses of PMContext in org.apache.jackrabbit.core.persistence.xml
 

Methods in org.apache.jackrabbit.core.persistence.xml with parameters of type PMContext
 void XMLPersistenceManager.init(PMContext context)
          Initializes the persistence manager.
 

Uses of PMContext in org.apache.jackrabbit.core.state
 

Subclasses of PMContext in org.apache.jackrabbit.core.state
 class PMContext
          Deprecated. use PMContext instead.
 



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