|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zeromq.ZThread
public class ZThread
Nested Class Summary | |
---|---|
static interface |
ZThread.IAttachedRunnable
|
static interface |
ZThread.IDetachedRunnable
|
Constructor Summary | |
---|---|
ZThread()
|
Method Summary | |
---|---|
static ZMQ.Socket |
fork(ZContext ctx,
ZThread.IAttachedRunnable runnable,
Object... args)
|
static void |
start(ZThread.IDetachedRunnable runnable,
Object... args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ZThread()
Method Detail |
---|
public static void start(ZThread.IDetachedRunnable runnable, Object... args)
public static ZMQ.Socket fork(ZContext ctx, ZThread.IAttachedRunnable runnable, Object... args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |