Showing:

Annotations
Diagrams
Instances
Model
Properties
Used by
Element Polling
Annotations

https://kb.sos-berlin.com/display/PKB/YADE+Parameter+Reference+-+Polling

References Notes

Polling is the YADE capability to wait for incoming files.

  • If a file is found then polling is completed and the file transfer starts.
  • If no file is found then YADE would wait for a configurable PollInterval and then repeat the check for incoming files.
  • Having exceeded the PollTimeout YADE will not repeat checks for incoming files but will fail with the respective exception.

Diagram
Diagram YADE_configuration_v1_0_xsd_Element_PollInterval.tmp#PollInterval YADE_configuration_v1_0_xsd_Element_PollTimeout.tmp#PollTimeout YADE_configuration_v1_0_xsd_Element_MinFiles.tmp#MinFiles YADE_configuration_v1_0_xsd_Element_WaitForSourceFolder.tmp#WaitForSourceFolder YADE_configuration_v1_0_xsd_Element_PollErrorState.tmp#PollErrorState YADE_configuration_v1_0_xsd_Element_PollingServer.tmp#PollingServer YADE_configuration_v1_0_xsd_Element_PollingServerDuration.tmp#PollingServerDuration YADE_configuration_v1_0_xsd_Element_PollForever.tmp#PollForever
Properties
content complex
Used by
Model
Instance
<Polling>
  <PollInterval>{0,1}</PollInterval>
  <PollTimeout>{0,1}</PollTimeout>
  <MinFiles>{0,1}</MinFiles>
  <WaitForSourceFolder>{0,1}</WaitForSourceFolder>
  <PollErrorState>{0,1}</PollErrorState>
  <PollingServer>{0,1}</PollingServer>
  <PollingServerDuration>{0,1}</PollingServerDuration>
  <PollForever>{0,1}</PollForever>
</Polling>