Frames | No Frames |
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 | JVMConfiguration.addArgs(String args) add mains args ... |
String | Get the command string
|
String | ProcessesManager.getProcessCommand(String id) Get the Process command line
|
String | RemoteProcessesManager.getProcessCommand(String id) Get the Process command line
|
String | ProcessesManager.getProcessDirectory(String id) Get the Process directory
|
String | RemoteProcessesManager.getProcessDirectory(String id) Get the Process directory
|
int | ProcessesManager.getProcessExitValue(String id) Test if a Process is not alive the exit value
|
int | RemoteProcessesManager.getProcessExitValue(String id) Test if a Process is not alive the exit value
|
void | ProcessesManager.killProcess(String id) Kill a process (if existe) and remove it's process id and configuration
|
void | RemoteProcessesManager.killProcess(String id) Kill a process (if existe) and remove it's process id and configuration
|
boolean | ProcessesManager.pingProcess(String id) Test if a Process is always alive
|
boolean | RemoteProcessesManager.pingProcess(String id) Test if a Process is always alive
|
String | ProcessesManager.readProcessError(String id) get the rjvm ErrorStream
|
String | RemoteProcessesManager.readProcessError(String id) get the rjvm ErrorStream
|
String | ProcessesManager.readProcessOutput(String id) get the rproc OutputStream
|
String | RemoteProcessesManager.readProcessOutput(String id) 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 | 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 | Start a jvm process on the remote host
|
String | Start a jvm process on the remote host
|
void | 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 | RemoteProcessesManager.writeProcessInput(String id, String s) send a String to the rjvm inputStream
|