edu.internet2.middleware.grouper.misc
Class FindBadMembershipsDaemon

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

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

Author:
shilen

Constructor Summary
FindBadMembershipsDaemon()
           
 
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

FindBadMembershipsDaemon

public FindBadMembershipsDaemon()
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)