Uses of Class
org.jpox.PMFContext

Packages that use PMFContext
org.jpox This package provides classes that are typically client-facing. 
org.jpox.management This package provides classes for management 
org.jpox.metadata Provides classes representing the MetaData for files, packages, classes, fields, containers, etc. 
org.jpox.resource A JCA resource adapter for JPOX. 
org.jpox.store Definition of the storage of the classes. 
 

Uses of PMFContext in org.jpox
 

Fields in org.jpox declared as PMFContext
protected  PMFContext AbstractPersistenceManagerFactory.pmfContext
          The context that this PMF uses.
 

Methods in org.jpox that return PMFContext
 PMFContext AbstractPersistenceManager.getPMFContext()
          Gets the context in which this PersistenceManager is running
 PMFContext PersistenceManager.getPMFContext()
          Accessor for the context in which this PersistenceManager is running.
 PMFContext AbstractPersistenceManagerFactory.getPMFContext()
          Gets the context for this PersistenceManagerFactory
 PMFContext SchemaTool.getPmfContext()
           
 

Uses of PMFContext in org.jpox.management
 

Methods in org.jpox.management that return PMFContext
 PMFContext ManagementManager.getPmfContext()
          Accessor for the PMFContext
 

Constructors in org.jpox.management with parameters of type PMFContext
ManagementManager(PMFContext pmfContext)
          Constructor for Management
 

Uses of PMFContext in org.jpox.metadata
 

Fields in org.jpox.metadata declared as PMFContext
protected  PMFContext MetaDataManager.pmfContext
          The PMF Context that this metadata manager is operating in.
 

Methods in org.jpox.metadata that return PMFContext
 PMFContext MetaDataManager.getPMFContext()
          Accessor for the PMF Context that this manager is running in.
 

Constructors in org.jpox.metadata with parameters of type PMFContext
MetaDataManager(PMFContext pmfContext)
          Constructor, allowing specification of the suffix used for JDO files.
 

Uses of PMFContext in org.jpox.resource
 

Methods in org.jpox.resource that return PMFContext
 PMFContext PersistenceManagerImpl.getPMFContext()
          Gets the context which this PersistenceManager is running
 

Uses of PMFContext in org.jpox.store
 

Fields in org.jpox.store declared as PMFContext
protected  PMFContext StoreManager.pmfContext
          PMF context.
 

Methods in org.jpox.store that return PMFContext
 PMFContext StoreManager.getPMFContext()
          Accessor for the context in which this RDBMSManager is running
 



Copyright © -2007 . All Rights Reserved.