com.sun.enterprise.admin.servermgmt.cli
Class MonitorCommand

java.lang.Object
  extended by com.sun.enterprise.admin.cli.CLICommand
      extended by com.sun.enterprise.admin.servermgmt.cli.MonitorCommand
All Implemented Interfaces:
org.glassfish.hk2.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

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
MonitorCommand()
           
 
Method Summary
protected  int executeCommand()
           
 
Methods inherited from class com.sun.enterprise.admin.cli.CLICommand
checkHelp, execute, getBooleanOption, getBriefCommandUsage, getCommand, getCommandUsage, getManPage, getName, getOperandModel, getOption, getPassword, getProgramOptions, getSystemProperties, getSystemProperty, getUsage, initializeLogger, initializePasswords, inject, ok, parse, postConstruct, prepare, prevalidate, printExceptionStackTrace, processProgramOptions, quote, readPassword, toString, usageOptions, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MonitorCommand

public MonitorCommand()
Method Detail

executeCommand

protected int executeCommand()
                      throws CommandException,
                             CommandValidationException
Specified by:
executeCommand in class CLICommand
Throws:
CommandException
CommandValidationException


Copyright © 2012. All Rights Reserved.