poller
美
英 
英漢解釋
例句
The first thing which we've done in every example so far is configure a simple file poller on the file system.
到目前為止,我們在每個示例中所做的第一件事就是配置一個輪詢文件系統的簡單文件輪詢器。
In the file poller implementation we just read a file from the file system and send the received file to the Mail service endpoint.
在這個文件輪詢器配置中,我們僅僅從文件系統讀取文件,然后把收到的文件發送給郵件服務端點。
Likewise, the bean name generated for the following revised version of the FilePoller would be "poller" instead of "filePoller" .
同樣的,在下面修正版的FilePoller例子里,生成的bean名字應該是poller而不是filePoller。
We configure one as a default poller for the entire Spring Integration configuration because it's easier than repeating it.
出于簡單,我們為整個SpringIntegration配置一個默認的輪詢器。
The first stanza of actual configuration is the poller element, which is the default poller for the document.
實質配置的第一段是poller元素,它是文檔的默認輪詢器。
The poller daemon, pollerd, will regularly poll detected services to ensure they are operational.
輪詢器守護程序pollerd將定期輪詢已檢測到的服務以確保它們是可操作的。
This class must implement the org. opennms. netmgt. poller. ServiceMonitor interface.
該類必須實現org.opennms.netmgt.poller.ServiceMonitor接口。
Listing 6. 3 File poller configuration which sends the message to the mail service.
清單6.3文件輪詢器配置:向郵件服務發送消息
The poller element is defined just once so that everything that needs a poller in the context can make use of a default one.
poller元素只定義了一次,這樣,上下文中需要輪詢器的所有內容都可以利用這個缺省的輪詢器了。
Performance Parameter Calculation on MPS Poller Mill
MPS立磨性能參數的核算
We should also insert a monitor definition in the same poller-configuration. xml file, as shown in Listing 10
在同一個poller-configuration.xml文件中,我們還應該插入monitor定義,如清單10所示