Package de.uplanet.lucy.server.polling
Interface IPollingEndpoint
public interface IPollingEndpoint
-
Method Summary
-
Method Details
-
poll
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.
-