Package | Description |
---|---|
org.zeromq |
Modifier and Type | Method and Description |
---|---|
static ZContext |
ZContext.shadow(ZContext ctx)
Creates new shadow context.
|
Modifier and Type | Method and Description |
---|---|
void |
ZStar.Entourage.breakaleg(ZContext ctx,
ZStar.Fortune fortune,
ZMQ.Socket phone,
Object[] bags)
Called when the show is about to start.
|
ZStar.Star |
ZStar.Fortune.create(ZContext ctx,
ZMQ.Socket mic,
Selector sel,
int count,
ZStar.Star previous,
Object[] args)
Creates a star.
|
ZMQ.Socket |
ZProxy.Proxy.create(ZContext ctx,
ZProxy.Plug place,
Object[] args)
Creates and initializes (bind, options ...) the socket for the given plug in the proxy.
|
List<ZMQ.Socket> |
ZActor.Actor.createSockets(ZContext ctx,
Object[] args)
Creates and initializes sockets for the double.
|
List<ZMQ.Socket> |
ZActor.SimpleActor.createSockets(ZContext ctx,
Object[] args) |
List<ZMQ.Socket> |
ZActor.Duo.createSockets(ZContext ctx,
Object[] args) |
static ZMQ.Socket |
ZThread.fork(ZContext ctx,
ZThread.IAttachedRunnable runnable,
Object... args) |
static ZProxy |
ZProxy.newProxy(ZContext ctx,
String name,
ZAgent.SelectorCreator selector,
ZProxy.Proxy sockets,
String motdelafin,
Object... args)
Creates a new low-level proxy for better performances.
|
static ZProxy |
ZProxy.newProxy(ZContext ctx,
String name,
ZProxy.Proxy sockets,
String motdelafin,
Object... args) |
static ZProxy |
ZProxy.newZProxy(ZContext ctx,
String name,
ZAgent.SelectorCreator selector,
ZProxy.Proxy sockets,
String motdelafin,
Object... args)
Creates a new proxy in a ZeroMQ way.
|
static ZProxy |
ZProxy.newZProxy(ZContext ctx,
String name,
ZProxy.Proxy sockets,
String motdelafin,
Object... args) |
void |
ZStar.TimeTaker.party(ZContext ctx)
Called when the show is finished but no cleaning is still done.
|
void |
ZThread.IAttachedRunnable.run(Object[] args,
ZContext ctx,
ZMQ.Socket pipe) |
static ZContext |
ZContext.shadow(ZContext ctx)
Creates new shadow context.
|
Constructor and Description |
---|
ZActor(ZContext context,
ZAgent.SelectorCreator selector,
ZActor.Actor actor,
String motdelafin,
Object[] args)
Creates a new ZActor.
|
ZProxy(ZContext ctx,
String name,
ZAgent.SelectorCreator selector,
ZProxy.Proxy sockets,
ZProxy.Pump pump,
String motdelafin,
Object... args)
Creates a new named proxy.
|
ZStar(ZContext context,
ZAgent.SelectorCreator selector,
ZStar.Fortune fortune,
String motdelafin,
Object[] bags)
Creates a new ZStar.
|
Copyright © 2017. All rights reserved.