|
Oracle Configuration Interface Object API Specification Version: 11.5.10.23.13 Part No: B14186-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--oracle.apps.cz.cio.DeltaManager
Manages the changes to runtime nodes due to user actions.
| Field Summary | |
static java.lang.String |
RCS_ID |
static boolean |
RCS_ID_RECORDED |
| Method Summary | |
boolean |
atpDisabledByError() |
java.lang.String |
getAtpDisabledError() |
oracle.apps.cz.cio.Configuration |
getConfiguration()Updates the validation failures for the configuration. |
oracle.apps.cz.cio.DeltaValidator |
getDeltaValidator(int type)If a default type is requested, then this method automatically creates and registers the delta validator as well. |
oracle.apps.cz.cio.DeltaRegion |
getRegion(java.lang.String regionId) |
com.sun.java.util.collections.Map |
getUpdateMapForRegion(java.lang.Object regionId)Get a map of changes for the region with given regionId. |
void |
registerDeltaValidator(oracle.apps.cz.cio.DeltaValidator dv)Registers a DeltaValidator with this manager. |
oracle.apps.cz.cio.DeltaRegion |
registerRegion(com.sun.java.util.collections.Collection watchedNodes, com.sun.java.util.collections.Collection deltaValidators, java.lang.String regionId)Registers a region with this delta manager |
void |
unRegisterRegion(java.lang.String regionId)Unregister the region with the given regionId from this manager |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String RCS_ID
public static final boolean RCS_ID_RECORDED
| Method Detail |
public oracle.apps.cz.cio.DeltaRegion getRegion(java.lang.String regionId)
public oracle.apps.cz.cio.DeltaRegion registerRegion(com.sun.java.util.collections.Collection watchedNodes,
com.sun.java.util.collections.Collection deltaValidators,
java.lang.String regionId)
watchedNodes - the list of runtime nodes that the region is interested in getting changes fordeltaValidators - the type of changes that the region is interested inregionId - Id of the region being registered. If null, the system automatically assigns onepublic void unRegisterRegion(java.lang.String regionId)
public com.sun.java.util.collections.Map getUpdateMapForRegion(java.lang.Object regionId)
public void registerDeltaValidator(oracle.apps.cz.cio.DeltaValidator dv)
public oracle.apps.cz.cio.DeltaValidator getDeltaValidator(int type)
throws oracle.apps.cz.utilities.NotYetImplementedException
oracle.apps.cz.utilities.NotYetImplementedExceptionpublic oracle.apps.cz.cio.Configuration getConfiguration()
public java.lang.String getAtpDisabledError()
public boolean atpDisabledByError()
|
Oracle Configuration Interface Object API Specification Version: 11.5.10.23.13 Part No: B14186-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1999, 2004, Oracle. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.