org.tango.server.schedule
Class DeviceScheduler

java.lang.Object
  extended by org.tango.server.schedule.DeviceScheduler

public final class DeviceScheduler
extends java.lang.Object


Constructor Summary
DeviceScheduler(java.lang.Object businessObject, java.util.List<java.lang.reflect.Method> methodList, java.lang.String deviceName, java.lang.String className)
           
 
Method Summary
static void setThreadPoolSize(int poolSize)
           
 void stop()
           
 void triggerJob()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceScheduler

public DeviceScheduler(java.lang.Object businessObject,
                       java.util.List<java.lang.reflect.Method> methodList,
                       java.lang.String deviceName,
                       java.lang.String className)
Method Detail

triggerJob

public void triggerJob()
                throws fr.esrf.Tango.DevFailed
Throws:
fr.esrf.Tango.DevFailed

setThreadPoolSize

public static void setThreadPoolSize(int poolSize)

stop

public void stop()
          throws fr.esrf.Tango.DevFailed
Throws:
fr.esrf.Tango.DevFailed


Copyright © 2012-2014. All Rights Reserved.