| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ideimpl.webupdate.CheckMasterListRunnable
public abstract class CheckMasterListRunnable
A runnable that checks the master list to retrieve available update centers.
| Constructor Summary | |
|---|---|
| CheckMasterListRunnable(java.lang.String masterURL) | |
| Method Summary | |
|---|---|
| protected abstract  void | failed(java.lang.Throwable exception)Called when the master list could not be retrieved because of an error. | 
| protected abstract  void | finished(java.util.List masterList)Called when the master list has been retrieved. | 
| protected  UpdateCenterMonitor | getMonitor() | 
|  boolean | isRunning() | 
|  void | run() | 
|  void | setMonitor(UpdateCenterMonitor monitor) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public CheckMasterListRunnable(java.lang.String masterURL)
| Method Detail | 
|---|
public final void setMonitor(UpdateCenterMonitor monitor)
protected final UpdateCenterMonitor getMonitor()
public void run()
run in interface java.lang.Runnablepublic boolean isRunning()
protected abstract void failed(java.lang.Throwable exception)
exception - the exception that caused the check to fail.protected abstract void finished(java.util.List masterList)
masterList - contains a list of UpdateCenter instances retrieved
    from the master server.| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||