public class POPRemoteLogThread
extends java.lang.Thread
| Constructor and Description |
|---|
POPRemoteLogThread(java.lang.String appID)
POPRemoteLogThread constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFilename()
Get the file name used for the remote logging
|
void |
run()
Running method of the thread.
|
void |
setRunning(boolean value)
Set the boolean value used to run or stop the thread
|
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 POPRemoteLogThread(java.lang.String appID)
appID - POP Application IDpublic java.lang.String getFilename()
public void setRunning(boolean value)
value - Boolean value (false will stop the thread)public void run()
run in interface java.lang.Runnablerun in class java.lang.Thread