public interface IPollingEndpoint
Modifier and Type | Method and Description |
---|---|
String |
poll(IWebProcessingContext p_ctx)
Poll the current value.
|
String poll(IWebProcessingContext p_ctx) throws de.uplanet.lucy.server.polling.PollingException
p_ctx
- The processing context.PollingException
- If polling fails.