Uses of Class org.objectweb.carol.util.bootstrap.ProcessException

Uses in package org.objectweb.carol.util.bootstrap

Constructors which throw type org.objectweb.carol.util.bootstrap.ProcessException

JVMConfiguration.JVMConfiguration(String commandLine)
Constuctor with the jvm string This constructor is use "like a java ...

Methods which throw type org.objectweb.carol.util.bootstrap.ProcessException

void
add mains args ...
String
Get the command string
String
Get the Process command line
String
Get the Process command line
String
Get the Process directory
String
Get the Process directory
int
Test if a Process is not alive the exit value
int
Test if a Process is not alive the exit value
void
Kill a process (if existe) and remove it's process id and configuration
void
Kill a process (if existe) and remove it's process id and configuration
boolean
Test if a Process is always alive
boolean
Test if a Process is always alive
String
get the rjvm ErrorStream
String
get the rjvm ErrorStream
String
get the rproc OutputStream
String
get the rproc OutputStream
void
JVMConfiguration.setClass(String cName)
set the main class namle for the jvm
void
JVMConfiguration.setJar(String jName)
set -jar ...
String
ProcessesManager.startJVM(JVMConfiguration jvmConf, String[] envp)
Start a jvm process on the remote host in a tmp directory
String
Start a jvm process on the remote host in a tmp directory
String
ProcessesManager.startJVM(JVMConfiguration jvmConf, String[] envp, String processDir)
Start a jvm process on the remote host
String
RemoteProcessesManager.startJVM(JVMConfiguration jvmConf, String[] envp, String processDir)
Start a jvm process on the remote host
void
ProcessesManager.startJVM(JVMConfiguration jvmConf, String[] envp, String processDir, String id)
Start a jvm process on the remote host
void
RemoteProcessesManager.startJVM(JVMConfiguration jvmConf, String[] envp, String processDir, String id)
Start a jvm process on the remote host
String
ProcessesManager.startProcess(String processLine, String[] envp)
Start a process on the remote host in a tmp directory
String
RemoteProcessesManager.startProcess(String processLine, String[] envp)
Start a process on the remote host in a tmp directory
String
ProcessesManager.startProcess(String processLine, String[] envp, String processDir)
Start a process on the remote host
String
RemoteProcessesManager.startProcess(String processLine, String[] envp, String processDir)
Start a process on the remote host
void
ProcessesManager.startProcess(String processLine, String[] envp, String processDir, String id)
Start a process on the remote host
void
RemoteProcessesManager.startProcess(String processLine, String[] envp, String processDir, String id)
Start a process on the remote host
void
ProcessesManager.writeProcessInput(String id, String s)
send a String to the rjvm inputStream
void
send a String to the rjvm inputStream