org.jruby.ext.posix
Class WindowsChildRecord

java.lang.Object
  extended by org.jruby.ext.posix.WindowsChildRecord

public class WindowsChildRecord
extends java.lang.Object


Constructor Summary
WindowsChildRecord(com.kenai.jaffl.struct.Struct.Pointer process, int pid)
           
 
Method Summary
 int getPid()
           
 com.kenai.jaffl.struct.Struct.Pointer getProcess()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsChildRecord

public WindowsChildRecord(com.kenai.jaffl.struct.Struct.Pointer process,
                          int pid)
Method Detail

getProcess

public com.kenai.jaffl.struct.Struct.Pointer getProcess()

getPid

public int getPid()