Uses of Interface
org.zeromq.ZActor.Actor
-
Packages that use ZActor.Actor Package Description org.zeromq Provides high-level bindings for ØMQ. -
-
Uses of ZActor.Actor in org.zeromq
Classes in org.zeromq that implement ZActor.Actor Modifier and Type Class Description static classZActor.DuoAnother actor will be called just before the main one, without participating to the decisions.static classZActor.SimpleActorSimple adapter for an actor, with no sockets, blocking calls and immediate termination.private static classZAuth.AuthActorAuthActor is the backend actor which we talk to over a pipe.private static classZMonitor.MonitorActorprivate static classZProxy.ProxyActorFields in org.zeromq declared as ZActor.Actor Modifier and Type Field Description private ZActor.ActorZActor.ActorFortune. actorprivate ZActor.ActorZActor.Double. actorprivate ZActor.ActorZActor.Duo. mainprivate ZActor.ActorZActor.Duo. shadowConstructors in org.zeromq with parameters of type ZActor.Actor Constructor 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.
-