|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jpox.PMFContext
public class PMFContext
Represents the context of a PMF instance.
| Field Summary | |
|---|---|
protected static Localiser |
LOCALISER
Localisation of messages. |
| Constructor Summary | |
|---|---|
PMFContext(PMFConfiguration pmfConfiguration)
Constructor for the context. |
|
| Method Summary | |
|---|---|
void |
close()
Clear out resources |
ClassLoaderResolver |
getClassLoaderResolver(java.lang.ClassLoader primaryLoader)
Accessor for a ClassLoaderResolver to use in resolving classes. |
ImplementationCreator |
getImplementationCreator()
Accessor for the implementation creator for this context. |
ManagementManager |
getManagement()
Accessor for the management manager. |
MetaDataManager |
getMetaDataManager()
Accessor for the Meta-Data Manager. |
PluginManager |
getPluginManager()
Accessor for the Plugin Manager |
PMFConfiguration |
getPmfConfiguration()
Accessor for the PMF Configuration. |
java.util.Map |
getStoreMgrs()
Accessor for the Store Managers. |
TypeManager |
getTypeManager()
Accessor for the Type Manager |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final Localiser LOCALISER
| Constructor Detail |
|---|
public PMFContext(PMFConfiguration pmfConfiguration)
pmfConfiguration - The PMF configuration| Method Detail |
|---|
public void close()
public ManagementManager getManagement()
public ClassLoaderResolver getClassLoaderResolver(java.lang.ClassLoader primaryLoader)
primaryLoader - Loader to use as the primary loader.
public ImplementationCreator getImplementationCreator()
public MetaDataManager getMetaDataManager()
public java.util.Map getStoreMgrs()
public PMFConfiguration getPmfConfiguration()
public PluginManager getPluginManager()
public TypeManager getTypeManager()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||