Class JmxWaitService

    • Constructor Detail

      • JmxWaitService

        public JmxWaitService()
    • Method Detail

      • doService

        public void doService​(AdaptrisMessage message)
                       throws ServiceException
        Description copied from interface: Service

        Apply the service to the message.

        Parameters:
        message - the AdaptrisMessage to process
        Throws:
        ServiceException - wrapping any underlying Exceptions
      • getRetryInterval

        public TimeInterval getRetryInterval()
        Returns:
        the retryInterval
      • setRetryInterval

        public void setRetryInterval​(TimeInterval retryInterval)
        Parameters:
        retryInterval - the retryInterval to set
      • getNegate

        public java.lang.Boolean getNegate()
        Returns:
        the negate
      • setNegate

        public void setNegate​(java.lang.Boolean n)
        Switches the success criteria to !operation if set to true.
        Parameters:
        n - the negate to set, defaults to false.