org.objectweb.carol.util.bootstrap

Class 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:
1.0, 15/07/2002

Author:
Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)

Field Summary

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)

Method Summary

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)

Field Details

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)

Method Details

main

public static void main(args[] )
Main method, starting the RJVM Daemon

Parameters:


printHelp

public static void printHelp(Options cmdLineOptions)
static print help method (thaks to Jef and the JOTM team)