java.lang
Class Process

java.lang.Object
  extended by java.lang.Process

public abstract class Process
extends Object


Constructor Summary
Process()
           
 
Method Summary
abstract  void destroy()
           
abstract  int exitValue()
           
abstract  InputStream getErrorStream()
           
abstract  InputStream getInputStream()
           
abstract  OutputStream getOutputStream()
           
abstract  int waitFor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Process

public Process()
Method Detail

destroy

public abstract void destroy()

exitValue

public abstract int exitValue()

getErrorStream

public abstract InputStream getErrorStream()

getInputStream

public abstract InputStream getInputStream()

getOutputStream

public abstract OutputStream getOutputStream()

waitFor

public abstract int waitFor()
                     throws InterruptedException
Throws:
InterruptedException


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.