Interface IPollingEndpoint


public interface IPollingEndpoint
  • Method Summary

    Modifier and Type
    Method
    Description
    Poll the current value.
  • Method Details

    • 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.