public class AppletHelper
extends java.lang.Thread
| Modifier and Type | Method and Description |
|---|---|
static AppletHelper |
create()
factory method - called only by the html test domain implementation.
|
void |
postMessage(com.rational.test.ft.domain.html.AppletMessage message)
Runs under the restrictive SecurityManager!
|
void |
postMessage(java.applet.Applet applet,
java.lang.String messageName,
java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2,
java.lang.String arg3)
Runs under the restrictive SecurityManager!
|
static void |
remoteCompare(java.lang.String logDir,
java.lang.String baseline,
java.lang.String left,
java.lang.String right)
This method is used by the HTML Log Compare Button to display a failing VP.
|
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic static AppletHelper create()
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic void postMessage(java.applet.Applet applet,
java.lang.String messageName,
java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2,
java.lang.String arg3)
public void postMessage(com.rational.test.ft.domain.html.AppletMessage message)
public static void remoteCompare(java.lang.String logDir,
java.lang.String baseline,
java.lang.String left,
java.lang.String right)