Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


oracle.jbo.mom
Class DefinitionContextStandard

java.lang.Object
  extended by oracle.jbo.mom.DefinitionContext
      extended by oracle.jbo.mom.DefinitionContextStandard

Direct Known Subclasses:
DefinitionContextAgeable

public class DefinitionContextStandard
extends DefinitionContext

This class provides a "standard" implementation of the abstract DefinitionContext class. In this class (and its subclasses), no state is shared between the MOM cache and MOM parser functionality, and the latter is delegated to a MOMParser provided to the constructor. (The client can choose MDS vs non-MDS versions of the MOMParser).

In this class, the MOM cache does not support ageing.


Field Summary
protected  int mDefObjCount
           

 

Method Summary

 

Methods inherited from class oracle.jbo.mom.DefinitionContext
retireLeastRecentlyUsed

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

mDefObjCount

protected int mDefObjCount

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


Copyright © 1997, 2012, Oracle. All rights reserved.