Package de.uplanet.lucy.server.polling
Interface IPollingEndpoint
-
public interface IPollingEndpoint
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
poll(IWebProcessingContext p_ctx)
Poll the current value.
-
-
-
Method Detail
-
poll
String poll(IWebProcessingContext p_ctx) throws de.uplanet.lucy.server.polling.PollingException
Poll the current value.- Parameters:
p_ctx
- The processing context.- Returns:
- The current polling value.
- Throws:
de.uplanet.lucy.server.polling.PollingException
- If polling fails.
-
-