Searched refs:URLWorker (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DURLWorker.java48 public class URLWorker extends BackgroundTask<Object> class in inherits:BackgroundTask
55 * Constructs a URLWorker.
56 * @param panel the panel that created this URLWorker and to which we will
60 public URLWorker(QuickSetupStepPanel panel, String url) method in class:URLWorker
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DURLWorker.java49 public class URLWorker extends BackgroundTask<Object> class in inherits:BackgroundTask
56 * Constructs a URLWorker.
57 * @param panel the panel that created this URLWorker and to which we will
61 public URLWorker(QuickSetupStepPanel panel, String url) method in class:URLWorker
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DURLWorker.java49 public class URLWorker extends BackgroundTask<Object> class in inherits:BackgroundTask
56 * Constructs a URLWorker.
57 * @param panel the panel that created this URLWorker and to which we will
61 public URLWorker(QuickSetupStepPanel panel, String url) method in class:URLWorker
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DURLWorker.java48 public class URLWorker extends BackgroundTask<Object> class in inherits:BackgroundTask
55 * Constructs a URLWorker.
56 * @param panel the panel that created this URLWorker and to which we will
60 public URLWorker(QuickSetupStepPanel panel, String url) method in class:URLWorker
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DURLWorker.java49 public class URLWorker extends BackgroundTask<Object> class in inherits:BackgroundTask
56 * Constructs a URLWorker.
57 * @param panel the panel that created this URLWorker and to which we will
61 public URLWorker(QuickSetupStepPanel panel, String url) method in class:URLWorker
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DURLWorker.java48 public class URLWorker extends BackgroundTask<Object> class in inherits:BackgroundTask
55 * Constructs a URLWorker.
56 * @param panel the panel that created this URLWorker and to which we will
60 public URLWorker(QuickSetupStepPanel panel, String url) method in class:URLWorker
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupStepPanel.java51 import org.opends.quicksetup.util.URLWorker;
83 private HashMap<String, URLWorker> hmURLWorkers =
84 new HashMap<String, URLWorker>();
156 URLWorker worker = new URLWorker(this, url);
413 * This method is called by the URLWorker when it has finished its task.
414 * @param worker the URLWorker that finished its task.
416 public void urlWorkerFinished(URLWorker worker)
510 * Returns <CODE>true</CODE> if there is URLWorker running for the given url
513 * @return <CODE>true</CODE> if there is URLWorker runnin
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupStepPanel.java52 import org.opends.quicksetup.util.URLWorker;
84 private HashMap<String, URLWorker> hmURLWorkers =
85 new HashMap<String, URLWorker>();
157 URLWorker worker = new URLWorker(this, url);
414 * This method is called by the URLWorker when it has finished its task.
415 * @param worker the URLWorker that finished its task.
417 public void urlWorkerFinished(URLWorker worker)
511 * Returns <CODE>true</CODE> if there is URLWorker running for the given url
514 * @return <CODE>true</CODE> if there is URLWorker runnin
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupStepPanel.java52 import org.opends.quicksetup.util.URLWorker;
84 private HashMap<String, URLWorker> hmURLWorkers =
85 new HashMap<String, URLWorker>();
157 URLWorker worker = new URLWorker(this, url);
414 * This method is called by the URLWorker when it has finished its task.
415 * @param worker the URLWorker that finished its task.
417 public void urlWorkerFinished(URLWorker worker)
511 * Returns <CODE>true</CODE> if there is URLWorker running for the given url
514 * @return <CODE>true</CODE> if there is URLWorker runnin
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupStepPanel.java51 import org.opends.quicksetup.util.URLWorker;
83 private HashMap<String, URLWorker> hmURLWorkers =
84 new HashMap<String, URLWorker>();
156 URLWorker worker = new URLWorker(this, url);
413 * This method is called by the URLWorker when it has finished its task.
414 * @param worker the URLWorker that finished its task.
416 public void urlWorkerFinished(URLWorker worker)
510 * Returns <CODE>true</CODE> if there is URLWorker running for the given url
513 * @return <CODE>true</CODE> if there is URLWorker runnin
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupStepPanel.java52 import org.opends.quicksetup.util.URLWorker;
84 private HashMap<String, URLWorker> hmURLWorkers =
85 new HashMap<String, URLWorker>();
157 URLWorker worker = new URLWorker(this, url);
414 * This method is called by the URLWorker when it has finished its task.
415 * @param worker the URLWorker that finished its task.
417 public void urlWorkerFinished(URLWorker worker)
511 * Returns <CODE>true</CODE> if there is URLWorker running for the given url
514 * @return <CODE>true</CODE> if there is URLWorker runnin
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DQuickSetupStepPanel.java50 import org.opends.quicksetup.util.URLWorker;
81 private HashMap<String, URLWorker> hmURLWorkers = new HashMap<>();
153 URLWorker worker = new URLWorker(this, url);
410 * This method is called by the URLWorker when it has finished its task.
411 * @param worker the URLWorker that finished its task.
413 public void urlWorkerFinished(URLWorker worker)
496 * Returns <CODE>true</CODE> if there is URLWorker running for the given url
499 * @return <CODE>true</CODE> if there is URLWorker running for the given url
509 * @param worker the URLWorker t
[all...]

Completed in 63 milliseconds