Uses of Interface
com.Prominic.runtime.NProcess

Packages that use NProcess
com.Prominic.runtime   
 

Uses of NProcess in com.Prominic.runtime
 

Classes in com.Prominic.runtime that implement NProcess
 class DefaultNProcess
          java.lang.Process wrapper Creation date: (8/14/2001 10:45:55 AM)
 class DefaultUnixProcess
          Insert the type's description here.
 

Methods in com.Prominic.runtime that return NProcess
abstract  NProcess NRuntime.exec(int uid, int gid, java.lang.String command)
          Insert the method's description here.
 NProcess DefaultUnixRuntime.exec(int uid, int gid, java.lang.String command)
          Insert the method's description here.
 NProcess DefaultNRuntime.exec(int uid, int gid, java.lang.String command)
          Insert the method's description here.
abstract  NProcess NRuntime.exec(int uid, int gid, java.lang.String[] command)
          Insert the method's description here.
 NProcess DefaultUnixRuntime.exec(int uid, int gid, java.lang.String[] command)
          Insert the method's description here.
 NProcess DefaultNRuntime.exec(int uid, int gid, java.lang.String[] command)
          Insert the method's description here.
abstract  NProcess NRuntime.exec(int uid, int gid, java.lang.String[] command, java.lang.String stdout, java.lang.String stderr, java.lang.String stdin)
           
 NProcess DefaultUnixRuntime.exec(int uid, int gid, java.lang.String[] command, java.lang.String stdout, java.lang.String stderr, java.lang.String stdin)
           
 NProcess DefaultNRuntime.exec(int uid, int gid, java.lang.String[] command, java.lang.String stdout, java.lang.String stderr, java.lang.String stdin)
          Insert the method's description here.
abstract  NProcess NRuntime.exec(int uid, int gid, java.lang.String command, java.lang.String stdout, java.lang.String stderr, java.lang.String stdin)
          Insert the method's description here.
 NProcess DefaultUnixRuntime.exec(int uid, int gid, java.lang.String command, java.lang.String stdout, java.lang.String stderr, java.lang.String stdin)
          Insert the method's description here.
 NProcess DefaultNRuntime.exec(int uid, int gid, java.lang.String command, java.lang.String stdout, java.lang.String stdin, java.lang.String stderr)
          Insert the method's description here.
abstract  NProcess NRuntime.exec(int uid, java.lang.String command)
          Insert the method's description here.
 NProcess DefaultUnixRuntime.exec(int uid, java.lang.String command)
          Insert the method's description here.
 NProcess DefaultNRuntime.exec(int uid, java.lang.String command)
          Insert the method's description here.
abstract  NProcess NRuntime.exec(int uid, java.lang.String[] command)
          Insert the method's description here.
 NProcess DefaultUnixRuntime.exec(int uid, java.lang.String[] command)
          Insert the method's description here.
 NProcess DefaultNRuntime.exec(int uid, java.lang.String[] command)
          Insert the method's description here.
abstract  NProcess NRuntime.exec(int uid, java.lang.String[] command, java.lang.String stdout, java.lang.String stderr, java.lang.String stdin)
           
 NProcess DefaultUnixRuntime.exec(int uid, java.lang.String[] command, java.lang.String stdout, java.lang.String stderr, java.lang.String stdin)
           
 NProcess DefaultNRuntime.exec(int uid, java.lang.String[] command, java.lang.String stdout, java.lang.String stderr, java.lang.String stdin)
          Insert the method's description here.
abstract  NProcess NRuntime.exec(int uid, java.lang.String command, java.lang.String stdout, java.lang.String stderr, java.lang.String stdin)
          Insert the method's description here.
 NProcess DefaultUnixRuntime.exec(int uid, java.lang.String command, java.lang.String stdout, java.lang.String stderr, java.lang.String stdin)
          Insert the method's description here.
 NProcess DefaultNRuntime.exec(int uid, java.lang.String command, java.lang.String stdout, java.lang.String stdin, java.lang.String stderr)
          Insert the method's description here.
 NProcess ProcessSpawner.exec(java.lang.String command)
          Insert the method's description here.
abstract  NProcess NRuntime.exec(java.lang.String command)
          Insert the method's description here.
 NProcess DefaultUnixRuntime.exec(java.lang.String command)
          Insert the method's description here.
 NProcess DefaultNRuntime.exec(java.lang.String command)
          Insert the method's description here.
 NProcess ProcessSpawner.exec(java.lang.String[] command)
          Insert the method's description here.
abstract  NProcess NRuntime.exec(java.lang.String[] command)
          Insert the method's description here.
 NProcess DefaultUnixRuntime.exec(java.lang.String[] command)
          Insert the method's description here.
 NProcess DefaultNRuntime.exec(java.lang.String[] command)
          Insert the method's description here.
abstract  NProcess NRuntime.exec(java.lang.String[] command, java.lang.String stdout, java.lang.String stderr, java.lang.String stdin)
           
 NProcess DefaultUnixRuntime.exec(java.lang.String[] command, java.lang.String stdout, java.lang.String stderr, java.lang.String stdin)
           
 NProcess DefaultNRuntime.exec(java.lang.String[] command, java.lang.String stdout, java.lang.String stderr, java.lang.String stdin)
          Insert the method's description here.
abstract  NProcess NRuntime.exec(java.lang.String command, java.lang.String stdout, java.lang.String stderr, java.lang.String stdin)
          Insert the method's description here.
 NProcess DefaultUnixRuntime.exec(java.lang.String command, java.lang.String stdout, java.lang.String stderr, java.lang.String stdin)
          Insert the method's description here.
 NProcess DefaultNRuntime.exec(java.lang.String command, java.lang.String stdout, java.lang.String stdin, java.lang.String stderr)
          Insert the method's description here.