Uses of Class
org.zeromq.ZPoller
Packages that use ZPoller
-
Uses of ZPoller in org.zeromq
Methods in org.zeromq with parameters of type ZPollerModifier and TypeMethodDescriptionbooleanZActor.Actor.backstage(ZMQ.Socket pipe, ZPoller poller, int events) Called when the actor received a control message from its pipe during a loop. 2nd in the order call of the new loop.booleanZActor.Duo.backstage(ZMQ.Socket pipe, ZPoller poller, int events) booleanZActor.SimpleActor.backstage(ZMQ.Socket pipe, ZPoller poller, int events) booleanZActor.Actor.destroyed(ZContext ctx, ZMQ.Socket pipe, ZPoller poller) Called when the current double has been destroyed.booleanZActor.Duo.destroyed(ZContext ctx, ZMQ.Socket pipe, ZPoller poller) booleanZActor.SimpleActor.destroyed(ZContext ctx, ZMQ.Socket pipe, ZPoller poller) booleanZActor.Actor.looped(ZMQ.Socket pipe, ZPoller poller) Called at the end of each loop. 3rd in the order call of the new loop.booleanZActor.Duo.looped(ZMQ.Socket pipe, ZPoller poller) booleanZActor.SimpleActor.looped(ZMQ.Socket pipe, ZPoller poller) longZActor.Actor.looping(ZMQ.Socket pipe, ZPoller poller) Called every time just before a loop starts. 5th in the order call of the global acting. 3nd in the order call of the new double. 1st in the order call of the new loop.longZActor.Duo.looping(ZMQ.Socket pipe, ZPoller poller) longZActor.SimpleActor.looping(ZMQ.Socket pipe, ZPoller poller) booleanZActor.Actor.stage(ZMQ.Socket socket, ZMQ.Socket pipe, ZPoller poller, int events) The actor received a message from the created sockets during a loop. 2nd ex-aequo in the order call of the new loop.booleanZActor.Duo.stage(ZMQ.Socket socket, ZMQ.Socket pipe, ZPoller poller, int events) booleanZActor.SimpleActor.stage(ZMQ.Socket socket, ZMQ.Socket pipe, ZPoller poller, int events) voidZActor.Actor.start(ZMQ.Socket pipe, List<ZMQ.Socket> sockets, ZPoller poller) Called when the double is started, before the first loop. 4th in the order call of the global acting. 2nd in the order call of the new double.voidZActor.Duo.start(ZMQ.Socket pipe, List<ZMQ.Socket> sockets, ZPoller poller) voidZActor.SimpleActor.start(ZMQ.Socket pipe, List<ZMQ.Socket> sockets, ZPoller poller) Constructors in org.zeromq with parameters of type ZPollerModifierConstructorDescriptionCreates a new poller based on the current one.ZPoller(ZPoller.ItemCreator creator, ZPoller poller) Creates a new poller based on the current one.