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 Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Object[]private ZThread.IAttachedRunnableprivate ZContextprivate ZThread.IDetachedRunnableprivate ZMQ.SocketFields inherited from class Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedShimThread(ZContext ctx, ZThread.IAttachedRunnable runnable, Object[] args, ZMQ.Socket pipe) ShimThread(ZThread.IDetachedRunnable runnable, Object[] args) -
Method Summary
Methods inherited from class Thread
activeCount, checkAccess, clone, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, threadId, 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
-
run
-