Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.ideimpl.webupdate
Class CheckMasterListRunnable

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

All Implemented Interfaces:
java.lang.Runnable

public abstract class CheckMasterListRunnable
extends java.lang.Object
implements java.lang.Runnable

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

CheckMasterListRunnable

public CheckMasterListRunnable(java.lang.String masterURL)

Method Detail

setMonitor

public final void setMonitor(UpdateCenterMonitor monitor)

getMonitor

protected final UpdateCenterMonitor getMonitor()

run

public void run()
Specified by:
run in interface java.lang.Runnable

isRunning

public boolean isRunning()

failed

protected abstract void failed(java.lang.Throwable exception)
Called when the master list could not be retrieved because of an error.
Parameters:
exception - the exception that caused the check to fail.

finished

protected abstract void finished(java.util.List masterList)
Called when the master list has been retrieved.
Parameters:
masterList - contains a list of UpdateCenter instances retrieved from the master server.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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