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

Packages that use PMContext
org.apache.jackrabbit.core.state   
org.apache.jackrabbit.core.state.db This package contains the class SimpleDbPersistenceManager, a simple generic JDBC-based PersistenceManager for Jackrabbit. 
org.apache.jackrabbit.core.state.mem   
org.apache.jackrabbit.core.state.obj   
org.apache.jackrabbit.core.state.xml   
 

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

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

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

Methods in org.apache.jackrabbit.core.state.db with parameters of type PMContext
 void SimpleDbPersistenceManager.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.

 

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

Methods in org.apache.jackrabbit.core.state.mem with parameters of type PMContext
 void InMemPersistenceManager.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.

 

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

Methods in org.apache.jackrabbit.core.state.obj with parameters of type PMContext
 void ObjectPersistenceManager.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.

 

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

Methods in org.apache.jackrabbit.core.state.xml with parameters of type PMContext
 void XMLPersistenceManager.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.

 



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