public class simulatorRemoteAccess extends java.lang.Thread implements RemoteAccess
| Constructor and Description |
|---|
simulatorRemoteAccess(ACSRemoteLogListener listener)
simulatorRemoteAccess constructor comment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addLogRemoteConnListener(ACSRemoteLogListener listener) |
void |
close(boolean sync)
Close the threads and free all the resources
|
void |
destroy()
destroy method comment.
|
void |
initialize(org.omg.CORBA.ORB theORB,
Manager manager)
initialize method comment.
|
boolean |
isConnected() |
boolean |
isInitialized()
isInitialized method comment.
|
void |
pause(boolean pause)
Pause/unpause the thread that publishes logs
|
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, 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 simulatorRemoteAccess(ACSRemoteLogListener listener)
public void addLogRemoteConnListener(ACSRemoteLogListener listener)
public void destroy()
destroy in interface RemoteAccessdestroy in class java.lang.Threadpublic void initialize(org.omg.CORBA.ORB theORB,
Manager manager)
initialize in interface RemoteAccesspublic boolean isConnected()
isConnected in interface RemoteAccesspublic boolean isInitialized()
isInitialized in interface RemoteAccesspublic void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic void pause(boolean pause)
pause - public void close(boolean sync)
RemoteAccessclose in interface RemoteAccesssync - If it is true wait the termination of the threads before returning