com.googlecode.jmxtrans.jobs
Class ServerJob

java.lang.Object
  extended by com.googlecode.jmxtrans.jobs.ServerJob
All Implemented Interfaces:
org.quartz.Job

public class ServerJob
extends java.lang.Object
implements org.quartz.Job

This is a quartz job that is responsible for executing a Server object on a cron schedule that is defined within the Server object.

Author:
jon

Constructor Summary
ServerJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerJob

public ServerJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException


Copyright © 2013 Red Hat. All Rights Reserved.