Package com.sun.jna.platform.win32
Klasse Advapi32Util.EventLogIterator
java.lang.Object
com.sun.jna.platform.win32.Advapi32Util.EventLogIterator
- Alle implementierten Schnittstellen:
Iterable<Advapi32Util.EventLogRecord>,Iterator<Advapi32Util.EventLogRecord>
- Umschließende Klasse:
Advapi32Util
public static class Advapi32Util.EventLogIterator
extends Object
implements Iterable<Advapi32Util.EventLogRecord>, Iterator<Advapi32Util.EventLogRecord>
An iterator for Event Log entries.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungEventLogIterator(String sourceName) EventLogIterator(String serverName, String sourceName, int flags) -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden java.lang.Iterable
forEach, spliteratorVon Schnittstelle geerbte Methoden java.util.Iterator
forEachRemaining
-
Konstruktordetails
-
EventLogIterator
-
EventLogIterator
-
-
Methodendetails
-
close
public void close()Call close() in the case when the caller needs to abandon the iterator before the iteration completes. -
iterator
- Angegeben von:
iteratorin SchnittstelleIterable<Advapi32Util.EventLogRecord>
-
hasNext
public boolean hasNext()- Angegeben von:
hasNextin SchnittstelleIterator<Advapi32Util.EventLogRecord>
-
next
- Angegeben von:
nextin SchnittstelleIterator<Advapi32Util.EventLogRecord>
-
remove
public void remove()- Angegeben von:
removein SchnittstelleIterator<Advapi32Util.EventLogRecord>
-