org.tango.server.schedule
Class DeviceJob

java.lang.Object
  extended by org.tango.server.schedule.DeviceJob
All Implemented Interfaces:
org.quartz.Job

@DisallowConcurrentExecution
public final class DeviceJob
extends java.lang.Object
implements org.quartz.Job


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

Constructor Detail

DeviceJob

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

setDevice

public void setDevice(java.lang.Object businessObject)

setMethod

public void setMethod(java.lang.reflect.Method method)


Copyright © 2012-2016. All Rights Reserved.