Package gda.util
Class TimedRunnableInvoker
java.lang.Object
gda.factory.ConfigurableBase
gda.factory.FindableConfigurableBase
gda.device.DeviceBase
gda.util.TimedRunnableInvoker
- All Implemented Interfaces:
Device,Configurable,Findable,gda.observable.IObservable
Findable object used to invoke Runnable objects and then wait for a time
-
Field Summary
Fields inherited from class gda.device.DeviceBase
DEFAULT_PROTECTION_LEVEL_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDefault implementation for classes that do not have to do any specific configuration.
Classes that do their own configuration should *not* call this superclass function, as it may cause the object to appear configured before it really is.booleanvoidsetRunnables(List<Runnable> runnables) voidsetRunning(boolean running) voidsetWaitTime(Integer waitTime) Methods inherited from class gda.device.DeviceBase
addIObserver, close, deleteIObserver, deleteIObservers, getAttribute, getName, getProtectionLevel, isBeingObserved, isConfigureAtStartup, notifyIObservers, setAttribute, setConfigureAtStartup, setName, setProtectionLevelMethods inherited from class gda.factory.ConfigurableBase
isConfigured, reconfigure, setConfiguredMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gda.factory.Configurable
isConfigured, reconfigure
-
Constructor Details
-
TimedRunnableInvoker
public TimedRunnableInvoker()
-
-
Method Details
-
configure
Description copied from class:ConfigurableBaseDefault implementation for classes that do not have to do any specific configuration.
Classes that do their own configuration should *not* call this superclass function, as it may cause the object to appear configured before it really is.- Specified by:
configurein interfaceConfigurable- Overrides:
configurein classConfigurableBase- Throws:
FactoryException- if there is an error in configuration e.g. required variable not set or cannot connect to device
-
getWaitTime
- Returns:
- wait time in ms
-
setWaitTime
- Parameters:
waitTime- wait time in ms
-
isRunning
public boolean isRunning()- Returns:
- true if running
-
setRunning
public void setRunning(boolean running) - Parameters:
running- true if running
-
setRunnables
- Parameters:
runnables-
-