Uses of Class
org.apache.lokahi.core.agent.dao.AgentJob

Packages that use AgentJob
org.apache.lokahi.core.agent   
org.apache.lokahi.core.agent.dao   
org.apache.lokahi.core.agent.interfaces   
org.apache.lokahi.core.agent.jmx   
org.apache.lokahi.core.agent.job   
org.apache.lokahi.core.agent.task   
org.apache.lokahi.core.agent.tomcat   
org.apache.lokahi.core.agent.util   
 

Uses of AgentJob in org.apache.lokahi.core.agent
 

Methods in org.apache.lokahi.core.agent with parameters of type AgentJob
static java.lang.String JobSOAP.scheduleJob(java.lang.String key, java.lang.String algorithim, AgentJob... jobs)
           
 

Uses of AgentJob in org.apache.lokahi.core.agent.dao
 

Methods in org.apache.lokahi.core.agent.dao that return AgentJob
 AgentJob AgentJob.fillObject(java.sql.ResultSet r)
           
static AgentJob AgentJob.store(AgentJob j)
           
 

Methods in org.apache.lokahi.core.agent.dao that return types with arguments of type AgentJob
static java.util.Collection<AgentJob> AgentJob.getJobs(State s)
           
 

Methods in org.apache.lokahi.core.agent.dao with parameters of type AgentJob
static AgentJob AgentJob.store(AgentJob j)
           
 

Uses of AgentJob in org.apache.lokahi.core.agent.interfaces
 

Methods in org.apache.lokahi.core.agent.interfaces that return AgentJob
 AgentJob MonitoredProcess.localRestart()
           
 

Uses of AgentJob in org.apache.lokahi.core.agent.jmx
 

Methods in org.apache.lokahi.core.agent.jmx that return AgentJob
 AgentJob JMXTomcat.localRestart()
           
 

Uses of AgentJob in org.apache.lokahi.core.agent.job
 

Subclasses of AgentJob in org.apache.lokahi.core.agent.job
 class MonitoringJob
           
 class ScheduledJob
           
 

Uses of AgentJob in org.apache.lokahi.core.agent.task
 

Constructors in org.apache.lokahi.core.agent.task with parameters of type AgentJob
AddContextTask(AgentJob j)
           
ConfigtestApacheTask(AgentJob j)
           
GetSessionsTask(AgentJob j)
           
GracefulApacheTask(AgentJob j)
           
ListContextTask(AgentJob j)
           
MakeDirTask(AgentJob j)
           
PutFileTask(AgentJob j)
           
RedeployContextTask(AgentJob j)
           
ReloadContextTask(AgentJob j)
           
RemoveContextTask(AgentJob j)
           
RestartApacheTask(AgentJob j)
           
RestartTomcatTask(AgentJob j)
           
StartApacheTask(AgentJob j)
           
StartContextTask(AgentJob j)
           
StartTomcatTask(AgentJob j)
           
StopApacheTask(AgentJob j)
           
StopContextTask(AgentJob j)
           
StopTomcatTask(AgentJob j)
           
 

Uses of AgentJob in org.apache.lokahi.core.agent.tomcat
 

Methods in org.apache.lokahi.core.agent.tomcat that return AgentJob
 AgentJob HttpTomcat.localRestart()
           
 

Uses of AgentJob in org.apache.lokahi.core.agent.util
 

Methods in org.apache.lokahi.core.agent.util with parameters of type AgentJob
static AgentTask TaskFactory.getTask(AgentJob j)