Package jnr.posix

Class WindowsChildRecord


  • public class WindowsChildRecord
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int pid  
      private HANDLE process  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getPid()  
      HANDLE getProcess()  
      • Methods inherited from class java.lang.Object

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

      • process

        private final HANDLE process
      • pid

        private final int pid
    • Constructor Detail

      • WindowsChildRecord

        public WindowsChildRecord​(HANDLE process,
                                  int pid)
    • Method Detail

      • getProcess

        public HANDLE getProcess()
      • getPid

        public int getPid()