org.objectweb.jonas.adm
Class JonasAdmin

java.lang.Object
  extended by org.objectweb.jonas.adm.JonasAdmin

public class JonasAdmin
extends java.lang.Object

This class implements a rmi client to administrate the server. JonasAdmin may be run either in interactive mode or command mode.

Author:
Philippe Coq Contributor(s): Florent Benoit & Ludovic Bert : Methods for wars and ear files

Nested Class Summary
static class JonasAdmin.JonasArg
           
 
Field Summary
static int ADDFILE
          Static states
static int CUSTOMOPTION
           
static int DEBUGOPTION
           
static int GCOPTION
           
static int ISDEPLOYOPTION
           
static int LISTBEAN
           
static int LISTENV
           
static int LISTJNDI
           
static int LISTTOPICS
           
static int PASSIVATEOPTION
           
static int REMOVEFILE
           
static int STARTOPTION
           
static int STOPOPTION
           
static int SYNCOPTION
           
static int TTOPTION
           
 
Constructor Summary
JonasAdmin()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void menu()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADDFILE

public static final int ADDFILE
Static states

See Also:
Constant Field Values

REMOVEFILE

public static final int REMOVEFILE
See Also:
Constant Field Values

LISTBEAN

public static final int LISTBEAN
See Also:
Constant Field Values

LISTJNDI

public static final int LISTJNDI
See Also:
Constant Field Values

LISTENV

public static final int LISTENV
See Also:
Constant Field Values

LISTTOPICS

public static final int LISTTOPICS
See Also:
Constant Field Values

DEBUGOPTION

public static final int DEBUGOPTION
See Also:
Constant Field Values

TTOPTION

public static final int TTOPTION
See Also:
Constant Field Values

SYNCOPTION

public static final int SYNCOPTION
See Also:
Constant Field Values

CUSTOMOPTION

public static final int CUSTOMOPTION
See Also:
Constant Field Values

PASSIVATEOPTION

public static final int PASSIVATEOPTION
See Also:
Constant Field Values

GCOPTION

public static final int GCOPTION
See Also:
Constant Field Values

ISDEPLOYOPTION

public static final int ISDEPLOYOPTION
See Also:
Constant Field Values

STARTOPTION

public static final int STARTOPTION
See Also:
Constant Field Values

STOPOPTION

public static final int STOPOPTION
See Also:
Constant Field Values
Constructor Detail

JonasAdmin

public JonasAdmin()
Method Detail

menu

public static void menu()
                 throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException