Schnittstelle IPollingEndpoint


public interface IPollingEndpoint
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    Poll the current value.
  • Methodendetails

    • poll

      String poll(IWebProcessingContext p_ctx) throws de.uplanet.lucy.server.polling.PollingException
      Poll the current value.
      Parameter:
      p_ctx - The processing context.
      Gibt zurück:
      The current polling value.
      Löst aus:
      de.uplanet.lucy.server.polling.PollingException - If polling fails.