org.apache.jackrabbit.core.state
Class PMContext

java.lang.Object
  extended by org.apache.jackrabbit.core.persistence.PMContext
      extended by org.apache.jackrabbit.core.state.PMContext

Deprecated. use PMContext instead.

public class PMContext
extends PMContext

Legacy class kept for backward compatibility reasons.


Constructor Summary
PMContext(File homeDir, FileSystem fs, NodeId rootNodeId, NamespaceRegistry nsReg, NodeTypeRegistry ntReg, DataStore dataStore)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.jackrabbit.core.persistence.PMContext
getDataStore, getFileSystem, getHomeDir, getNamespaceRegistry, getNodeTypeRegistry, getRootNodeId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PMContext

public PMContext(File homeDir,
                 FileSystem fs,
                 NodeId rootNodeId,
                 NamespaceRegistry nsReg,
                 NodeTypeRegistry ntReg,
                 DataStore dataStore)
Deprecated. 


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