Package zmq.poll
Class PollerBase.TimerInfo
- java.lang.Object
-
- zmq.poll.PollerBase.TimerInfo
-
- Enclosing class:
- PollerBase
private static final class PollerBase.TimerInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
cancelled
private int
id
private IPollEvents
sink
-
Constructor Summary
Constructors Constructor Description TimerInfo(IPollEvents sink, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
hashCode()
java.lang.String
toString()
-
-
-
Field Detail
-
sink
private final IPollEvents sink
-
id
private final int id
-
cancelled
private boolean cancelled
-
-
Constructor Detail
-
TimerInfo
public TimerInfo(IPollEvents sink, int id)
-
-