|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jbo.mom.DefinitionManager | +--oracle.jbo.server.MetaObjectManager | +--oracle.jbo.server.ContextMetaObjectManager
Fields inherited from class oracle.jbo.mom.DefinitionManager |
mbValidateName, mContext, mLazyLoading, mSubstituteStat, xmlDoc |
Constructor Summary |
ContextMetaObjectManager()
|
Method Summary |
Type | Method |
---|---|
protected java.lang.Object |
findLoadedObject(java.lang.String metaObjectName)
|
protected com.sun.java.util.collections.HashMap |
getDefinitionsObjectMap()
|
protected void |
initManager()
Get the Hashtable for the XML JBOElements |
protected void |
insertDefinition(java.lang.String metaObjectName,
java.lang.Object metaObject)
Inserts the Meta Object into the statically maintained list of Meta Objects. |
protected java.lang.Object |
removeDefinition(java.lang.String metaObjectName)
Removes the Meta Object from the statically maintained list of Meta Objects. |
Methods inherited from class oracle.jbo.mom.DefinitionManager |
dumpMOM, findContainer, findDefinitionObject, findDefinitionObject, findSubstituteName, getContext, getDefinitionObjectsMap, getDynamicObjectsContainer, getJboXMLDoc, getLatestDTDVersion, getLazyLoadProp, getMapLock, getMOMProperties, is323Compatible,
isLazyLoadingMode, loadBaseXMLElement, loadContext, loadLazyDefinitionObject, loadProjectDefinition, loadProjectDefinition, loadProjectDefinition, reportVMProperties, setContextImpl, setLazyLoadingMode, setNameCheck |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContextMetaObjectManager()
Method Detail |
protected void initManager()
MetaObjectManager
initManager
in class MetaObjectManager
protected void insertDefinition(java.lang.String metaObjectName, java.lang.Object metaObject)
oracle.jbo.mom.DefinitionManager
insertDefinition
in class oracle.jbo.mom.DefinitionManager
oracle.jbo.mom.DefinitionManager
metaObjectName
- The fully qualified Name of the Meta ObjectmetaObjec
- The Meta Object itselfprotected java.lang.Object removeDefinition(java.lang.String metaObjectName)
oracle.jbo.mom.DefinitionManager
removeDefinition
in class oracle.jbo.mom.DefinitionManager
oracle.jbo.mom.DefinitionManager
metaObjectName
- The fully qualified Name of the Meta Objectprotected java.lang.Object findLoadedObject(java.lang.String metaObjectName)
findLoadedObject
in class oracle.jbo.mom.DefinitionManager
protected com.sun.java.util.collections.HashMap getDefinitionsObjectMap()
|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |