Class Advapi32Util.EventLogIterator

  • java.lang.Object
    • com.sun.jna.platform.win32.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 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)