public class DBusDaemon extends Thread implements Closeable
| Modifier and Type | Class and Description |
|---|---|
class |
DBusDaemon.DBusServer |
class |
DBusDaemon.Reader |
class |
DBusDaemon.Sender |
Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
static int |
QUEUE_POLL_WAIT |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
DBusDaemon() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSock(Socket s) |
void |
close() |
boolean |
isRunning() |
static void |
main(String[] args) |
void |
run() |
static void |
saveFile(String data,
String file) |
static void |
syntax() |
static void |
version() |
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 final int QUEUE_POLL_WAIT
public void addSock(Socket s) throws IOException
IOExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseablepublic boolean isRunning()
public static void syntax()
public static void version()
public static void saveFile(String data, String file) throws IOException
IOExceptionCopyright © 2020. All rights reserved.