org.cip4.jdflib.util.net
Interface IPollHandler


public interface IPollHandler

Author:
Rainer Prosi, Heidelberger Druckmaschinen *

Nested Class Summary
static class IPollHandler.PollResult
           
 
Method Summary
 IPollHandler.PollResult handlePoll(IPollDetails result, String url)
           
 

Method Detail

handlePoll

IPollHandler.PollResult handlePoll(IPollDetails result,
                                   String url)
Parameters:
result - the polling details (rc, stream, content type) to be evaluated
url - the url that the result was extracted from, may be null
Returns:
success or idle if the result was successfully processed, else false


Copyright © 2013. All Rights Reserved.