Uses of Class
org.zeromq.ZContext
Packages that use ZContext
-
Uses of ZContext in org.zeromq
Fields in org.zeromq declared as ZContextModifier and TypeFieldDescriptionprivate final ZContext
ZActor.Double.context
private final ZContext
ZStar.context
private ZContext
ZThread.ShimThread.ctx
Methods in org.zeromq that return ZContextMethods in org.zeromq with parameters of type ZContextModifier and TypeMethodDescriptionvoid
ZStar.Entourage.breakaleg
(ZContext ctx, ZStar.Fortune fortune, ZMQ.Socket phone, Object... bags) Called when the show is about to start.ZActor.ActorFortune.create
(ZContext ctx, ZMQ.Socket pipe, int count, ZStar.Star previous, Object... args) ZProxy.Proxy.create
(ZContext ctx, ZProxy.Plug place, Object... args) Creates and initializes (bind, options ...) the socket for the given plug in the proxy.ZStar.Fortune.create
(ZContext ctx, ZMQ.Socket mic, int count, ZStar.Star previous, Object... args) Creates a star.default ZStar.Star
ZStar.Fortune.create
(ZContext ctx, ZMQ.Socket mic, Selector sel, int count, ZStar.Star previous, Object... args) Deprecated.private ZAgent
ZAuth.AuthActor.createAgent
(ZContext ctx) ZActor.Actor.createSockets
(ZContext ctx, Object... args) Creates and initializes sockets for the double.ZActor.Duo.createSockets
(ZContext ctx, Object... args) ZActor.SimpleActor.createSockets
(ZContext ctx, Object... args) ZAuth.AuthActor.createSockets
(ZContext ctx, Object... args) ZMonitor.MonitorActor.createSockets
(ZContext ctx, Object... args) ZProxy.ProxyActor.createSockets
(ZContext ctx, Object... args) boolean
ZActor.Actor.destroyed
(ZContext ctx, ZMQ.Socket pipe, ZPoller poller) Called when the current double has been destroyed.boolean
ZActor.Duo.destroyed
(ZContext ctx, ZMQ.Socket pipe, ZPoller poller) boolean
ZActor.SimpleActor.destroyed
(ZContext ctx, ZMQ.Socket pipe, ZPoller poller) boolean
ZProxy.ProxyActor.destroyed
(ZContext ctx, ZMQ.Socket pipe, ZPoller poller) 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) Deprecated.static ZProxy
Creates a new low-level proxy for better performances.static ZProxy
ZProxy.newZProxy
(ZContext ctx, String name, ZAgent.SelectorCreator selector, ZProxy.Proxy sockets, String motdelafin, Object... args) Deprecated.static ZProxy
ZProxy.newZProxy
(ZContext ctx, String name, ZProxy.Proxy sockets, String motdelafin, Object... args) Creates a new proxy in a ZeroMQ way.void
void
Called when the show is finished but no cleaning is still done.void
ZStar.Plateau.run
(Object[] train, ZContext chef, ZMQ.Socket mic) void
ZThread.IAttachedRunnable.run
(Object[] args, ZContext ctx, ZMQ.Socket pipe) static ZContext
Creates new shadow context.private void
ZStar.Plateau.showMustGoOn
(ZContext chef, ZStar.Set set, ZMQ.Socket phone, ZStar.Fortune fortune, Object... bags) Constructors in org.zeromq with parameters of type ZContextModifierConstructorDescriptionDouble
(ZContext ctx, ZMQ.Socket pipe, ZActor.Actor actor, Object... args) protected
ShimThread
(ZContext ctx, ZThread.IAttachedRunnable runnable, Object[] args, ZMQ.Socket pipe) ZActor
(ZContext context, ZActor.Actor actor, String motdelafin, Object... args) Creates a new ZActor.ZActor
(ZContext context, ZAgent.SelectorCreator selector, ZActor.Actor actor, String motdelafin, Object... args) Deprecated.Install authentication for the specified context.ZAuth
(ZContext ctx, ZCertStore.Fingerprinter fingerprinter) ZMonitor
(ZContext ctx, ZMQ.Socket socket) Creates a monitoring actor for the given socket.Creates a new poller attached to a given context that will provide selector for operational polling.ZPoller
(ZPoller.ItemCreator creator, ZContext context) Creates a new poller attached to a given context that will provide selector for operational polling.private
ZPoller
(ZPoller.ItemCreator creator, ZContext context, Selector selector) Creates a new poller.ZProxy
(ZContext ctx, String name, ZAgent.SelectorCreator selector, ZProxy.Proxy sockets, ZProxy.Pump pump, String motdelafin, Object... args) Deprecated.ZProxy
(ZContext ctx, String name, 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) Deprecated.useZStar(ZContext, Fortune, String, Object...)
instead.ZStar
(ZContext context, ZAgent.SelectorCreator selector, ZStar.Fortune fortune, BiFunction<ZMQ.Socket, String, ZAgent> agent, String motdelafin, Object... bags) Deprecated.ZStar
(ZContext context, ZStar.Fortune fortune, String motdelafin, Object... bags) Creates a new ZStar.ZStar
(ZContext context, ZStar.Fortune fortune, BiFunction<ZMQ.Socket, String, ZAgent> agent, String motdelafin, Object... bags) Creates a new ZStar.
ZStar.Fortune.create(ZContext, Socket, int, Star, Object...)
instead.