org.objectweb.carol.jndi.registry
Class RegistryShell

java.lang.Object
  extended byorg.objectweb.carol.jndi.registry.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 java.lang.String HOST_LOCATION
          proc host location
static int PORT_NUMBER
          proc rmi registry port (default 1099)
 
Constructor Summary
RegistryShell()
           
 
Method Summary
static RegistryManager getRegistryManager()
           
static void main(java.lang.String[] args)
          Main method, starting the Registry Shell
static void printFireWallHelpProcess()
           
static void printHelp(org.apache.commons.cli.Options cmdLineOptions)
          static print help method (thaks to Jef and the JOTM team)
static void printHelpProcess()
           
static void startCommandLine(java.lang.String line)
           
static void startFireWallLine(java.lang.String line, boolean write)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HOST_LOCATION

public static java.lang.String HOST_LOCATION
proc host location


PORT_NUMBER

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

Constructor Detail

RegistryShell

public RegistryShell()
Method Detail

printHelp

public static void printHelp(org.apache.commons.cli.Options cmdLineOptions)
static print help method (thaks to Jef and the JOTM team)


main

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

Parameters:
args - [] the arguments : l [host location] rmi host location (Optional, default localhost) p [port number] rmi port number for this daemon (Optional, default 1099)

startCommandLine

public static void startCommandLine(java.lang.String line)

startFireWallLine

public static void startFireWallLine(java.lang.String line,
                                     boolean write)

getRegistryManager

public static RegistryManager getRegistryManager()

printHelpProcess

public static void printHelpProcess()

printFireWallHelpProcess

public static void printFireWallHelpProcess()