Skip navigation links

Oracle® Fusion Middleware Java API Reference for Event Processing in Oracle Stream Analytics
12c Release (12.2.1.3.0)

E98700-01
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.eventstore
Interface EventStoreCursor


public interface EventStoreCursor

An iterator over events returned from a query.

See Also:
EventStore.query(java.lang.String, com.bea.wlevs.eventstore.EventStoreTransaction)

Method Summary
abstract  void close()
          Releases the resources used by this cursor.
abstract  boolean hasNext()
          Returns true if there are events remaining in this cursor.
abstract  java.lang.Object next()
          Returns the next event, or null if there are no more events.

 

Method Detail

hasNext

public boolean hasNext()
                throws EventStoreException
Returns true if there are events remaining in this cursor.

next

public java.lang.Object next()
                      throws EventStoreException
Returns the next event, or null if there are no more events.

close

public void close()
Releases the resources used by this cursor.

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2018, Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD