|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.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 Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||