com.sun.enterprise.admin.cli
Class MonitorCommand
java.lang.Object
com.sun.enterprise.admin.cli.CLICommand
com.sun.enterprise.admin.cli.MonitorCommand
- All Implemented Interfaces:
- org.jvnet.hk2.component.PostConstruct
@Service(name="monitor")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public class MonitorCommand
- extends CLICommand
A local Monitor Command (this will call the remote 'monitor' command).
The reason for having to implement this as local is to interpret the options
--interval and --filename(TBD) options.
- Author:
- Prashanth, Bill Shannon
| Fields inherited from class com.sun.enterprise.admin.cli.CLICommand |
argv, commandModel, CONNECTION_ERROR, env, ERROR, INVALID_COMMAND_ERROR, logger, metadataErrors, name, operands, options, passwords, programOpts, SUCCESS, WARNING |
| Methods inherited from class com.sun.enterprise.admin.cli.CLICommand |
checkHelp, execute, getBooleanOption, getCommand, getManPage, getName, getOperandModel, getOption, getPassword, getProgramOptions, getSystemProperties, getSystemProperty, getUsage, initializeLogger, initializePasswords, inject, ok, parse, postConstruct, prepare, prevalidate, printExceptionStackTrace, processProgramOptions, quote, readPassword, toString, usageOptions, validate |
interval
private int interval
type
private String type
filter
private String filter
fileName
private File fileName
target
private String target
strings
private static final LocalStringsImpl strings
MonitorCommand
public MonitorCommand()
executeCommand
protected int executeCommand()
throws CommandException,
CommandValidationException
- Description copied from class:
CLICommand
- Execute the command using the options in options and the
operands in operands.
- Specified by:
executeCommand in class CLICommand
- Returns:
- the exit code
- Throws:
CommandException - if execution of the command fails
CommandValidationException - if there's something wrong
with the options or arguments
getRemoteArgs
private String[] getRemoteArgs()
Copyright © 2012 GlassFish Community. All Rights Reserved.