oracle.jdeveloper.offlinedb
Class OfflineDBUpdateManager
java.lang.Object
  
oracle.jdeveloper.offlinedb.OfflineDBUpdateManager
public class OfflineDBUpdateManager
- extends java.lang.Object
 
Allows registration of user-code to update offline database
 objects after they have been commited to the OfflineDBObjectProvider
 but before the Validation phase begins.
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
OfflineDBUpdateManager
public OfflineDBUpdateManager()
registerProcessor
public static void registerProcessor(java.lang.String type,
                                     OfflineDBUpdateManager.Processor processor)
- Registers an instance of OfflineDBUpdateManager.Processor
 to be invoked  when committing objects of the given type.
- Parameters:
 type - The DBObject type (must represent a SystemObject)processor - 
 
 
removeProcessor
public static void removeProcessor(java.lang.String type,
                                   OfflineDBUpdateManager.Processor processor)
 
getProcessors
public static java.util.List<OfflineDBUpdateManager.Processor> getProcessors(java.lang.String type)
 
Copyright © 1997, 2011, Oracle. All rights reserved.