Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.ideimpl.webupdate
Class DeferredUpdater

java.lang.Object
  extended by oracle.ideimpl.webupdate.DeferredUpdater

public final class DeferredUpdater
extends java.lang.Object

DeferredUpdater is the main class called by jdev and jdev.exe when the IDE starts up if there are deferred update tasks.

It's very important that this class does not attempt to initialize the IDE. The dependec:ncies of this class and any classes it uses should be carefully constrained.


Constructor Summary
DeferredUpdater()
           
 
Method Summary
static void install()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeferredUpdater

public DeferredUpdater()
Method Detail

install

public static void install()

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

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