Skip navigation links
JNA API 5.4.0
com.sun.jna.platform.win32

Class Advapi32Util.EventLogIterator

    • Constructor Summary

      Constructors 
      Constructor and Description
      EventLogIterator(java.lang.String sourceName) 
      EventLogIterator(java.lang.String serverName, java.lang.String sourceName, int flags) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void close()
      Call close() in the case when the caller needs to abandon the iterator before the iteration completes.
      boolean hasNext() 
      java.util.Iterator<Advapi32Util.EventLogRecord> iterator() 
      Advapi32Util.EventLogRecord next() 
      void remove() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Constructor Detail

      • EventLogIterator

        public EventLogIterator(java.lang.String sourceName)
      • EventLogIterator

        public EventLogIterator(java.lang.String serverName,
                                java.lang.String sourceName,
                                int flags)
JNA API 5.4.0

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.