Uses of Class
adams.flow.standalone.rats.input.AbstractMetaRatInput
-
Packages that use AbstractMetaRatInput Package Description adams.flow.standalone.rats.input -
-
Uses of AbstractMetaRatInput in adams.flow.standalone.rats.input
Subclasses of AbstractMetaRatInput in adams.flow.standalone.rats.input Modifier and Type Class Description class
Cron
Uses a cronjob for defining the execution of the base rat input.
For more information on the scheduler format see:
http://www.quartz-scheduler.org/docs/tutorials/crontrigger.html
class
InputPolling
Turns the base-input into one that performs polling every x msec.class
InputWithCallableTransformer
Meta-receiver that passes the received data through a callable transformer before passing it on.class
InputWithExternalTransformer
Meta-receiver that passes the received data through an external transformer before passing it on.
-