org.apache.lokahi.core.agent.task
Class StopTomcatTask

java.lang.Object
  extended by org.apache.lokahi.core.agent.AbstractAgentTask<java.lang.Boolean>
      extended by org.apache.lokahi.core.agent.task.StopTomcatTask
All Implemented Interfaces:
AgentTask

public class StopTomcatTask
extends AbstractAgentTask<java.lang.Boolean>

Version:
$Id: StopTomcatTask.java,v 1.1 2006/03/02 19:19:43 drtobes Exp $
Author:
Stephen Toback

Field Summary
 
Fields inherited from class org.apache.lokahi.core.agent.AbstractAgentTask
task
 
Constructor Summary
StopTomcatTask()
           
StopTomcatTask(AgentJob j)
           
 
Method Summary
 java.lang.String getResult()
           
 
Methods inherited from class org.apache.lokahi.core.agent.AbstractAgentTask
cancel, getJobId, getRunnable, getType, isCanceled, isDone, setJobId, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopTomcatTask

public StopTomcatTask(AgentJob j)

StopTomcatTask

public StopTomcatTask()
Method Detail

getResult

public java.lang.String getResult()
                           throws TMCTaskException,
                                  java.util.concurrent.ExecutionException,
                                  java.lang.InterruptedException
Throws:
TMCTaskException
java.util.concurrent.ExecutionException
java.lang.InterruptedException