public class Cursor extends Object
LookupInstructionExec
to use for iterating over events for lookup.Constructor and Description |
---|
Cursor(EventBean theEvent,
int stream,
Node node)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Node |
getNode()
Returns current result node the event belong to.
|
int |
getStream()
Returns current stream the event belongs to.
|
EventBean |
getTheEvent()
Supplies current event.
|
public EventBean getTheEvent()
public int getStream()
public Node getNode()