org.objectweb.carol.util.bootstrap
Class ProcessesDaemon
java.lang.Object
org.objectweb.carol.util.bootstrap.ProcessesDaemon
public class ProcessesDaemon
extends java.lang.Object
Class ProcessesDaemon
Provide a RMI accessible jvm daemon for
boostraping a Processes. You can pass througth RMI all process configuration
utilities, zip and ascii file.
Version:
- Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)
static boolean | CLEAN_JVM_PROCESSES - clean JVM processes/configuration hashtable at shudow (default TRUE) Be
carful, TRUE for this variable mean one more shudow THREAD by JVM $ in
the daemon
|
static int | RJVM_PORT_NUMBER - rjvm rmi registry port (default 9090)
|
static void | main(args[] ) - Main method, starting the RJVM Daemon
|
static void | printHelp(Options cmdLineOptions) - static print help method (thaks to Jef and the JOTM team)
|
CLEAN_JVM_PROCESSES
public static boolean CLEAN_JVM_PROCESSES
clean JVM processes/configuration hashtable at shudow (default TRUE) Be
carful, TRUE for this variable mean one more shudow THREAD by JVM $ in
the daemon
RJVM_PORT_NUMBER
public static int RJVM_PORT_NUMBER
rjvm rmi registry port (default 9090)
main
public static void main(args[] )
Main method, starting the RJVM Daemon
printHelp
public static void printHelp(Options cmdLineOptions)
static print help method (thaks to Jef and the JOTM team)