org.objectweb.carol.jndi.registry

Class RegistryShell


public class RegistryShell
extends java.lang.Object

Class RemoteShell Provide a RMI shell access to a RJVM daemon For the moment it's a basic (but full) rjvm shell

Version:
1.0, 15/07/2002

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

Field Summary

static String
HOST_LOCATION
proc host location
static int
PORT_NUMBER
proc rmi registry port (default 1099)

Method Summary

static RegistryManager
getRegistryManager()
static void
main(args[] )
Main method, starting the Registry Shell
static void
printFireWallHelpProcess()
static void
printHelp(Options cmdLineOptions)
static print help method (thaks to Jef and the JOTM team)
static void
printHelpProcess()
static void
startCommandLine(String line)
static void
startFireWallLine(String line, boolean write)

Field Details

HOST_LOCATION

public static String HOST_LOCATION
proc host location


PORT_NUMBER

public static int PORT_NUMBER
proc rmi registry port (default 1099)

Method Details

getRegistryManager

public static RegistryManager getRegistryManager()


main

public static void main(args[] )
Main method, starting the Registry Shell

Parameters:


printFireWallHelpProcess

public static void printFireWallHelpProcess()


printHelp

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


printHelpProcess

public static void printHelpProcess()


startCommandLine

public static void startCommandLine(String line)


startFireWallLine

public static void startFireWallLine(String line,
                                     boolean write)