Class MonitorCommand

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

    @Service(name="monitor")
    @PerLookup
    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