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

java.lang.Object
  extended by java.util.TimerTask
      extended by com.sun.enterprise.admin.servermgmt.cli.MonitorTask
All Implemented Interfaces:
Runnable

public class MonitorTask
extends TimerTask


Constructor Summary
MonitorTask(Timer timer, String[] remoteArgs, ProgramOptions programOpts, Environment env, String type, String filter, File fileName)
           
 
Method Summary
 void displayDetails()
           
 String getExceptionMessage()
           
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitorTask

public MonitorTask(Timer timer,
                   String[] remoteArgs,
                   ProgramOptions programOpts,
                   Environment env,
                   String type,
                   String filter,
                   File fileName)
            throws CommandException,
                   CommandValidationException
Throws:
CommandException
CommandValidationException
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Specified by:
run in class TimerTask

getExceptionMessage

public String getExceptionMessage()

displayDetails

public void displayDetails()


Copyright © 2012. All Rights Reserved.