Uses of Interface
adams.flow.standalone.rats.input.RatInput
-
Packages that use RatInput Package Description adams.flow.rest adams.flow.rest.text adams.flow.standalone adams.flow.standalone.rats.input adams.flow.webservice.blob adams.flow.webservice.text -
-
Uses of RatInput in adams.flow.rest
Fields in adams.flow.rest declared as RatInput Modifier and Type Field Description protected RatInput
RatsServer. m_RatInput
the rat input.Methods in adams.flow.rest that return RatInput Modifier and Type Method Description RatInput
RatsServer. getRatInput()
Returns the rat input in use.Methods in adams.flow.rest with parameters of type RatInput Modifier and Type Method Description void
RatsServer. setRatInput(RatInput value)
Sets the rat input to use. -
Uses of RatInput in adams.flow.rest.text
Fields in adams.flow.rest.text declared as RatInput Modifier and Type Field Description protected RatInput
RatsTextUpload. m_RatInput
the rat input.Methods in adams.flow.rest.text that return RatInput Modifier and Type Method Description RatInput
RatsTextUpload. getRatInput()
Returns the rat input in use.Methods in adams.flow.rest.text with parameters of type RatInput Modifier and Type Method Description void
RatsTextUpload. setRatInput(RatInput value)
Sets the rat input to use. -
Uses of RatInput in adams.flow.standalone
Fields in adams.flow.standalone declared as RatInput Modifier and Type Field Description protected RatInput
Rat. m_Receiver
the receiver to use.Methods in adams.flow.standalone that return RatInput Modifier and Type Method Description RatInput
Rat. getReceiver()
Returns the receiver to use.Methods in adams.flow.standalone with parameters of type RatInput Modifier and Type Method Description void
Rat. setReceiver(RatInput value)
Sets the receiver to use. -
Uses of RatInput in adams.flow.standalone.rats.input
Subinterfaces of RatInput in adams.flow.standalone.rats.input Modifier and Type Interface Description interface
BufferedRatInput
Interface forRatInput
schemes that buffer incoming data.interface
PollingRatInput
Interface forRatInput
schemes that perform polling.Classes in adams.flow.standalone.rats.input that implement RatInput Modifier and Type Class Description class
AbstractBufferedRatInput
Ancestor for buffering rat inputs.class
AbstractMetaRatInput
class
AbstractPollingRatInput
Ancestor for rat inputs that perform polling.class
AbstractRatInput
Ancestor for input receivers.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
DeQueue
Polls the specified queue in internal storage for an item, blocks till an item is available.class
DirWatch
Watches for file changes in a directory and forwards the affected files.class
DummyCronInput
To be used in conjunction with a 'Cron' rat input.class
DummyInput
Dummy input receiver, does nothing.class
Exec
Executes a command and forwards either output from stdout or stderr.class
FileLister
Polls files in a directory and forwards them.
It can skip files that are currently flagged as 'in use'.
Moving files to the specified target directory will continue, even if errors are occurred with some files (NB: you may end up with a very large error message if all files from a large list of files are failing).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.class
RedisAction
Executes the specified Redis action.class
RedisSubscribe
Executes the specified Redis channel.class
RESTTextReception
Uses a REST webservice for receiving text.class
Socket
Listens on the specified port for incoming data.
Can either output raw byte arrays or strings (using the specified encoding).class
Storage
Outputs the specified storage item, if possible
class
StringToken
Simply outputs the provided string.class
Subscribe
Subscribes to the specified publish/subscribe handler and forwards data that is being published.class
Variable
Outputs the specified variable, if possible
class
WebserviceInput
Uses a webservice for retrieving data from a webservice.class
WSBlobReception
Uses a webservice for retrieving blobs.class
WSTextReception
Uses a webservice for retrieving text.Fields in adams.flow.standalone.rats.input declared as RatInput Modifier and Type Field Description protected RatInput
AbstractMetaRatInput. m_Input
the base RatInput to use.Methods in adams.flow.standalone.rats.input that return RatInput Modifier and Type Method Description RatInput
AbstractMetaRatInput. getInput()
Returns the base receiver to use.RatInput
RatInputUser. getRatInput()
Returns the Rat input associated with.Methods in adams.flow.standalone.rats.input with parameters of type RatInput Modifier and Type Method Description void
AbstractMetaRatInput. setInput(RatInput value)
Sets the base receiver to use.void
RatInputUser. setRatInput(RatInput value)
Sets the Rat input associated with. -
Uses of RatInput in adams.flow.webservice.blob
Fields in adams.flow.webservice.blob declared as RatInput Modifier and Type Field Description protected RatInput
RatsBlobServiceWS. m_RatInput
the associated rat input.Methods in adams.flow.webservice.blob that return RatInput Modifier and Type Method Description RatInput
RatsBlobServiceWS. getRatInput()
Returns the Rat input associated with this webservice.Methods in adams.flow.webservice.blob with parameters of type RatInput Modifier and Type Method Description void
RatsBlobServiceWS. setRatInput(RatInput value)
Sets the Rat input associated with this webservice. -
Uses of RatInput in adams.flow.webservice.text
Fields in adams.flow.webservice.text declared as RatInput Modifier and Type Field Description protected RatInput
RatsTextServiceWS. m_RatInput
the associated rat input.Methods in adams.flow.webservice.text that return RatInput Modifier and Type Method Description RatInput
RatsTextServiceWS. getRatInput()
Returns the Rat input associated with this webservice.Methods in adams.flow.webservice.text with parameters of type RatInput Modifier and Type Method Description void
RatsTextServiceWS. setRatInput(RatInput value)
Sets the Rat input associated with this webservice.
-