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 RatInputRatsServer. m_RatInputthe rat input.Methods in adams.flow.rest that return RatInput Modifier and Type Method Description RatInputRatsServer. getRatInput()Returns the rat input in use.Methods in adams.flow.rest with parameters of type RatInput Modifier and Type Method Description voidRatsServer. 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 RatInputRatsTextUpload. m_RatInputthe rat input.Methods in adams.flow.rest.text that return RatInput Modifier and Type Method Description RatInputRatsTextUpload. getRatInput()Returns the rat input in use.Methods in adams.flow.rest.text with parameters of type RatInput Modifier and Type Method Description voidRatsTextUpload. 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 RatInputRat. m_Receiverthe receiver to use.Methods in adams.flow.standalone that return RatInput Modifier and Type Method Description RatInputRat. getReceiver()Returns the receiver to use.Methods in adams.flow.standalone with parameters of type RatInput Modifier and Type Method Description voidRat. 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 interfaceBufferedRatInputInterface forRatInputschemes that buffer incoming data.interfacePollingRatInputInterface forRatInputschemes that perform polling.Classes in adams.flow.standalone.rats.input that implement RatInput Modifier and Type Class Description classAbstractBufferedRatInputAncestor for buffering rat inputs.classAbstractMetaRatInputclassAbstractPollingRatInputAncestor for rat inputs that perform polling.classAbstractRatInputAncestor for input receivers.classCronUses 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
classDeQueuePolls the specified queue in internal storage for an item, blocks till an item is available.classDirWatchWatches for file changes in a directory and forwards the affected files.classDummyCronInputTo be used in conjunction with a 'Cron' rat input.classDummyInputDummy input receiver, does nothing.classExecExecutes a command and forwards either output from stdout or stderr.classFileListerPolls 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).classIMAPExecutes the specified IMAP operation and forwards the generated output.classInputPollingTurns the base-input into one that performs polling every x msec.classInputWithCallableTransformerMeta-receiver that passes the received data through a callable transformer before passing it on.classInputWithExternalTransformerMeta-receiver that passes the received data through an external transformer before passing it on.classRedisActionExecutes the specified Redis action.classRedisSubscribeExecutes the specified Redis channel.classRESTTextReceptionUses a REST webservice for receiving text.classSocketListens on the specified port for incoming data.
Can either output raw byte arrays or strings (using the specified encoding).classStorageOutputs the specified storage item, if possible
classStringTokenSimply outputs the provided string.classSubscribeSubscribes to the specified publish/subscribe handler and forwards data that is being published.classVariableOutputs the specified variable, if possible
classWebserviceInputUses a webservice for retrieving data from a webservice.classWSBlobReceptionUses a webservice for retrieving blobs.classWSTextReceptionUses a webservice for retrieving text.Fields in adams.flow.standalone.rats.input declared as RatInput Modifier and Type Field Description protected RatInputAbstractMetaRatInput. m_Inputthe base RatInput to use.Methods in adams.flow.standalone.rats.input that return RatInput Modifier and Type Method Description RatInputAbstractMetaRatInput. getInput()Returns the base receiver to use.RatInputRatInputUser. getRatInput()Returns the Rat input associated with.Methods in adams.flow.standalone.rats.input with parameters of type RatInput Modifier and Type Method Description voidAbstractMetaRatInput. setInput(RatInput value)Sets the base receiver to use.voidRatInputUser. 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 RatInputRatsBlobServiceWS. m_RatInputthe associated rat input.Methods in adams.flow.webservice.blob that return RatInput Modifier and Type Method Description RatInputRatsBlobServiceWS. 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 voidRatsBlobServiceWS. 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 RatInputRatsTextServiceWS. m_RatInputthe associated rat input.Methods in adams.flow.webservice.text that return RatInput Modifier and Type Method Description RatInputRatsTextServiceWS. 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 voidRatsTextServiceWS. setRatInput(RatInput value)Sets the Rat input associated with this webservice.
-