org.hudsonci.plugins.jna
Class Kernel32Utils

java.lang.Object
  extended by org.hudsonci.plugins.jna.Kernel32Utils

public class Kernel32Utils
extends Object

Author:
Kohsuke Kawaguchi

Constructor Summary
Kernel32Utils()
           
 
Method Summary
static int waitForExitProcess(com.sun.jna.Pointer hProcess)
          Given the process handle, waits for its completion and returns the exit code.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Kernel32Utils

public Kernel32Utils()
Method Detail

waitForExitProcess

public static int waitForExitProcess(com.sun.jna.Pointer hProcess)
                              throws InterruptedException
Given the process handle, waits for its completion and returns the exit code.

Throws:
InterruptedException


Copyright © 2004-2012 Hudson. All Rights Reserved.