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

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

public class ConfigtestApacheTask
extends HttpsdctlTask

Version:
$Id: ConfigtestApacheTask.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
ConfigtestApacheTask()
           
ConfigtestApacheTask(AgentJob j)
           
ConfigtestApacheTask(int jobId, TaskType t, java.lang.String apacheRoot)
           
 
Method Summary
 
Methods inherited from class org.apache.lokahi.core.agent.task.HttpsdctlTask
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

ConfigtestApacheTask

public ConfigtestApacheTask(AgentJob j)

ConfigtestApacheTask

public ConfigtestApacheTask(int jobId,
                            TaskType t,
                            java.lang.String apacheRoot)

ConfigtestApacheTask

public ConfigtestApacheTask()