edu.internet2.middleware.grouper.instrumentation
Class TierInstrumentationDaemon

java.lang.Object
  extended by edu.internet2.middleware.grouper.instrumentation.TierInstrumentationDaemon
All Implemented Interfaces:
org.quartz.Job

@DisallowConcurrentExecution
public class TierInstrumentationDaemon
extends Object
implements org.quartz.Job

Author:
shilen

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

Constructor Detail

TierInstrumentationDaemon

public TierInstrumentationDaemon()
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
See Also:
Job.execute(org.quartz.JobExecutionContext)