Class AbstractPollTableEntry

    • Constructor Detail

      • AbstractPollTableEntry

        public AbstractPollTableEntry()
    • Method Detail

      • getNextPollTime

        public long getNextPollTime()
      • setNextPollTime

        public void setNextPollTime​(long nextPollTime)
      • getLastPollTime

        public long getLastPollTime()
      • setLastPollTime

        public void setLastPollTime​(long lastPollTime)
      • getPollInterval

        public long getPollInterval()
      • setPollInterval

        public void setPollInterval​(long pollInterval)
      • getLastPollState

        public int getLastPollState()
      • setLastPollState

        public void setLastPollState​(int lastPollState)
      • isConcurrentPollingAllowed

        public boolean isConcurrentPollingAllowed()
      • setConcurrentPollingAllowed

        public void setConcurrentPollingAllowed​(boolean concurrentPollingAllowed)
      • loadConfiguration

        public boolean loadConfiguration​(ParameterInclude params)
                                  throws AxisFault
        Description copied from class: ProtocolEndpoint
        Configure the endpoint based on the provided parameters. If no relevant parameters are found, the implementation should return false. An exception should only be thrown if there is an error or inconsistency in the parameters.
        Specified by:
        loadConfiguration in class ProtocolEndpoint
        Parameters:
        params - The source of the parameters to configure the endpoint. If the parameters are defined on a service, this will be an AxisService instance.
        Returns:
        true if the parameters contained the required configuration information and the endpoint has been configured, false if the no configuration for the endpoint is present in the parameters
        Throws:
        AxisFault - if configuration information is present, but there is an error or inconsistency in the parameters