Class MonitorCommand

  • All Implemented Interfaces:
    org.glassfish.hk2.api.PostConstruct

    @Service(name="monitor")
    @PerLookup
    public class MonitorCommand
    extends com.sun.enterprise.admin.cli.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
    • Field Summary

      • 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
    • Constructor Summary

      Constructors 
      Constructor Description
      MonitorCommand()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected int executeCommand()  
      • Methods inherited from class com.sun.enterprise.admin.cli.CLICommand

        checkHelp, execute, expandManPage, getBooleanOption, getBriefCommandUsage, getCommand, getCommand, getCommandScope, getCommandUsage, getManPage, getName, getOperandModel, getOption, getOptions, getPassword, getPassword, getProgramOptions, getSystemProperties, getSystemProperty, getUsage, initializeLogger, initializePasswords, inject, ok, parse, postConstruct, prepare, prevalidate, printExceptionStackTrace, processProgramOptions, quote, readPassword, setCommandScope, toString, usageOptions, validate
    • Constructor Detail

      • MonitorCommand

        public MonitorCommand()
    • Method Detail

      • executeCommand

        protected int executeCommand()
                              throws org.glassfish.api.admin.CommandException,
                                     org.glassfish.api.admin.CommandValidationException
        Specified by:
        executeCommand in class com.sun.enterprise.admin.cli.CLICommand
        Throws:
        org.glassfish.api.admin.CommandException
        org.glassfish.api.admin.CommandValidationException