Uses of Class
org.zeromq.ZMonitor.Event
-
Packages that use ZMonitor.Event Package Description org.zeromq Provides high-level bindings for ØMQ. -
-
Uses of ZMonitor.Event in org.zeromq
Fields in org.zeromq declared as ZMonitor.Event Modifier and Type Field Description private static ZMonitor.Event[]
ZMonitor.ZEvent. EVENTVALUES
ZMonitor.Event
ZMonitor.ZEvent. type
The type of the event.Fields in org.zeromq with type parameters of type ZMonitor.Event Modifier and Type Field Description private static java.util.Map<java.lang.Integer,ZMonitor.Event>
ZMonitor.Event. MAP
Methods in org.zeromq that return ZMonitor.Event Modifier and Type Method Description static ZMonitor.Event
ZMonitor.Event. findByCode(int event)
Find theZMonitor.Event
associated with the numerical event code.static ZMonitor.Event
ZMonitor.Event. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ZMonitor.Event[]
ZMonitor.Event. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.zeromq with parameters of type ZMonitor.Event Modifier and Type Method Description ZMonitor
ZMonitor. add(ZMonitor.Event... events)
Adds event types to monitor.ZMonitor
ZMonitor. remove(ZMonitor.Event... events)
Removes event types from monitor.
-