Script functions reference > Script functions in alphabetical order > F > ForcePoll

ForcePoll
Syntax
ForcePoll(str_connectorName);
str_connectorName
Description
This script function signals an input connector to poll, and can be used with any input connector that supports scheduled polling (polling configured in the Scheduler Configuration dialog box).
Returns
1
0
Example
An external application has finished putting data into a database. StreamServer has a JDBC input connector called JDBCinput, and no polling is configured for this input connector. The external application signals StreamServer by creating a job on a TCP/IP connector. This job executes a script with the script function ForcePoll("JDBCinput"), and this script function signals the JDBC input connector to poll the database.
OpenText StreamServe 5.6 Updated: 2013-03-01