|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.carol.jndi.registry.RegistryShell
Class RemoteShell
Provide a RMI shell access to a RJVM daemon
For the moment it's a basic (but full) rjvm shell
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 |
public static java.lang.String HOST_LOCATION
public static int PORT_NUMBER
Constructor Detail |
public RegistryShell()
Method Detail |
public static void printHelp(org.apache.commons.cli.Options cmdLineOptions)
public static void main(java.lang.String[] args)
args
- [] the arguments : l [host location] rmi host location
(Optional, default localhost) p [port number] rmi port number for
this daemon (Optional, default 1099)public static void startCommandLine(java.lang.String line)
public static void startFireWallLine(java.lang.String line, boolean write)
public static RegistryManager getRegistryManager()
public static void printHelpProcess()
public static void printFireWallHelpProcess()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |