| Modifier and Type | Field and Description |
|---|---|
protected Exception |
exception
if an exception is thrown during the execution of the thread, the result variable should be null and the
exception should be saved here.
|
protected T |
result
the result of the thread should be saved here.
|
| Constructor and Description |
|---|
TimeoutThread()
Creates a new TimeoutThread object.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
decreaseOpenUserDialogCount()
DOCUMENT ME!
|
static int |
getOpenUserDialogCount()
DOCUMENT ME!
|
static void |
increaseOpenUserDialogCount()
DOCUMENT ME!
|
T |
start(long timeInMillis)
Starts the code of the run method.
|
protected T result
protected Exception exception
public T start(long timeInMillis) throws Exception
timeInMillis - the time to wait in millisecondsException - an exception during the execution of the thread ocuredTimeoutException - Execution is timeouted and interrupted.public static void increaseOpenUserDialogCount()
public static void decreaseOpenUserDialogCount()
public static int getOpenUserDialogCount()
Copyright © 2012–2026 cismet GmbH. All rights reserved.