Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
static int |
ARRAY_TYPE |
static int |
BOOLEAN_TYPE |
static int |
BYTE_ORDER |
static int |
BYTE_TYPE |
static int |
CHAR_TYPE |
static int |
DOUBLE_TYPE |
static int |
EXEC |
static int |
EXIT |
static int |
FLOAT_TYPE |
static int |
GETVAR |
static int |
INT_TYPE |
static int |
LONG_TYPE |
static int |
MAX_PACKET_SIZE |
static int |
NULL_TYPE |
static int |
ORDER_VALUE |
static int |
SETVAR |
static int |
SHORT_TYPE |
static int |
STRING_TYPE |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
ConnThread(Socket socket,
JVMLinkServer server) |
Modifier and Type | Method and Description |
---|---|
static String |
getCommand(int cmd) |
static int |
getSize(int type) |
static String |
getType(int type) |
static String |
getValue(Object value) |
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, yield
public static final int MAX_PACKET_SIZE
public static final int ORDER_VALUE
public static final int ARRAY_TYPE
public static final int INT_TYPE
public static final int STRING_TYPE
public static final int BYTE_TYPE
public static final int CHAR_TYPE
public static final int FLOAT_TYPE
public static final int BOOLEAN_TYPE
public static final int DOUBLE_TYPE
public static final int LONG_TYPE
public static final int SHORT_TYPE
public static final int NULL_TYPE
public static final int BYTE_ORDER
public static final int SETVAR
public static final int GETVAR
public static final int EXEC
public static final int EXIT
public ConnThread(Socket socket, JVMLinkServer server) throws IOException
IOException
Copyright © 2015–2022 SciJava. All rights reserved.