| Package | Description |
|---|---|
| org.zeromq |
Provides high-level bindings for ØMQ.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ZActor.Duo
Another actor will be called just before the main one,
without participating to the decisions.
|
static class |
ZActor.SimpleActor
Simple adapter for an actor, with no sockets, blocking calls and immediate termination.
|
private static class |
ZAuth.AuthActor
AuthActor is the backend actor which we talk to over a pipe.
|
private static class |
ZMonitor.MonitorActor |
private static class |
ZProxy.ProxyActor |
| Modifier and Type | Field and Description |
|---|---|
private ZActor.Actor |
ZActor.ActorFortune.actor |
private ZActor.Actor |
ZActor.Double.actor |
private ZActor.Actor |
ZActor.Duo.main |
private ZActor.Actor |
ZActor.Duo.shadow |
| Constructor and Description |
|---|
ActorFortune(ZActor.Actor actor) |
Double(ZContext ctx,
ZMQ.Socket pipe,
ZActor.Actor actor,
java.lang.Object... args) |
Duo(ZActor.Actor main,
ZActor.Actor shadow) |
ZActor(ZActor.Actor actor,
java.lang.String motdelafin,
java.lang.Object... args)
Creates a new ZActor.
|
ZActor(ZAgent.SelectorCreator selector,
ZActor.Actor actor,
java.lang.String motdelafin,
java.lang.Object... args)
Deprecated.
|
ZActor(ZContext context,
ZActor.Actor actor,
java.lang.String motdelafin,
java.lang.Object... args)
Creates a new ZActor.
|
ZActor(ZContext context,
ZAgent.SelectorCreator selector,
ZActor.Actor actor,
java.lang.String motdelafin,
java.lang.Object... args)
Deprecated.
|