org.jboss.console.twiddle.command
Class ServerInfoCommand

java.lang.Object
  extended byorg.jboss.console.twiddle.command.AbstractCommand (src) 
      extended byorg.jboss.console.twiddle.command.MBeanServerCommand (src) 
          extended byorg.jboss.console.twiddle.command.ServerInfoCommand
All Implemented Interfaces:
java.lang.Cloneable, Command (src)

public class ServerInfoCommand
extends MBeanServerCommand (src)

Get information about the server.


Field Summary
static int DEFAULT_DOMAIN
           
static int LIST_NAMES
           
static int MBEAN_COUNT
           
static int UNKNOWN
           
 
Fields inherited from class org.jboss.console.twiddle.command.AbstractCommand (src)
context, desc, log, name
 
Constructor Summary
ServerInfoCommand()
           
 
Method Summary
 void displayHelp()
           
 void execute(java.lang.String[] args)
           
 
Methods inherited from class org.jboss.console.twiddle.command.MBeanServerCommand (src)
createObjectName, getMBeanServer, queryMBeans
 
Methods inherited from class org.jboss.console.twiddle.command.AbstractCommand (src)
clone, getDescription, getName, setCommandContext, unsetCommandContext
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values (src)

DEFAULT_DOMAIN

public static final int DEFAULT_DOMAIN
See Also:
Constant Field Values (src)

MBEAN_COUNT

public static final int MBEAN_COUNT
See Also:
Constant Field Values (src)

LIST_NAMES

public static final int LIST_NAMES
See Also:
Constant Field Values (src)
Constructor Detail

ServerInfoCommand

public ServerInfoCommand()
Method Detail

displayHelp

public void displayHelp()

execute

public void execute(java.lang.String[] args)
             throws java.lang.Exception
Throws:
java.lang.Exception