JNA API 4.5.1

Class Advapi32Util.EventLogIterator

    • Constructor Summary

      Constructors 
      Constructor 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 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 interface java.lang.Iterable

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

        forEachRemaining
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EventLogIterator

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

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

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