Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.mom
Class DefinitionContextStandard

java.lang.Object
  extended byoracle.jbo.mom.DefinitionContext
      extended byoracle.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.


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

 


Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


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