org.jboss.console.twiddle.command
Class ServerInfoCommand
java.lang.Object
org.jboss.console.twiddle.command.AbstractCommand (src)
org.jboss.console.twiddle.command.MBeanServerCommand (src)
org.jboss.console.twiddle.command.ServerInfoCommand
- All Implemented Interfaces:
- java.lang.Cloneable, Command (src)
- public class ServerInfoCommand
- extends MBeanServerCommand (src)
Get information about the server.
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
ServerInfoCommand
public ServerInfoCommand()
displayHelp
public void displayHelp()
execute
public void execute(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception