Package org.zeromq
Class ZThread.ShimThread
java.lang.Object
java.lang.Thread
org.zeromq.ZThread.ShimThread
- All Implemented Interfaces:
Runnable
- Enclosing class:
- ZThread
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Object[]
private ZThread.IAttachedRunnable
private ZContext
private ZThread.IDetachedRunnable
private ZMQ.Socket
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ShimThread
(ZContext ctx, ZThread.IAttachedRunnable runnable, Object[] args, ZMQ.Socket pipe) ShimThread
(ZThread.IDetachedRunnable runnable, Object[] args) -
Method Summary
Methods inherited from class java.lang.Thread
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, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
Field Details
-
ctx
-
attachedRunnable
-
detachedRunnable
-
args
-
pipe
-
-
Constructor Details
-
ShimThread
protected ShimThread(ZContext ctx, ZThread.IAttachedRunnable runnable, Object[] args, ZMQ.Socket pipe) -
ShimThread
-
-
Method Details