Package com.sun.jna.platform.win32
Class Advapi32Util.EventLogIterator
java.lang.Object
com.sun.jna.platform.win32.Advapi32Util.EventLogIterator
- All Implemented Interfaces:
- Iterable<Advapi32Util.EventLogRecord>,- Iterator<Advapi32Util.EventLogRecord>
- Enclosing class:
- Advapi32Util
public static class Advapi32Util.EventLogIterator
extends Object
implements Iterable<Advapi32Util.EventLogRecord>, Iterator<Advapi32Util.EventLogRecord>
An iterator for Event Log entries.
- 
Constructor SummaryConstructorsConstructorDescriptionEventLogIterator(String sourceName) EventLogIterator(String serverName, String sourceName, int flags) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliteratorMethods inherited from interface java.util.IteratorforEachRemaining
- 
Constructor Details- 
EventLogIterator
- 
EventLogIterator
 
- 
- 
Method Details- 
closepublic void close()Call close() in the case when the caller needs to abandon the iterator before the iteration completes.
- 
iterator- Specified by:
- iteratorin interface- Iterable<Advapi32Util.EventLogRecord>
 
- 
hasNextpublic boolean hasNext()- Specified by:
- hasNextin interface- Iterator<Advapi32Util.EventLogRecord>
 
- 
next- Specified by:
- nextin interface- Iterator<Advapi32Util.EventLogRecord>
 
- 
removepublic void remove()- Specified by:
- removein interface- Iterator<Advapi32Util.EventLogRecord>
 
 
-