Interface JzrPublisherEvent


  • public interface JzrPublisherEvent

    JzrPublisherEvent is a bean class holding publisher event information

    When active, the Jeyzer Recorder will access this info to store it.
    Its fields are always set.
    • Method Detail

      • getTime

        long getTime()
        Get the publisher event time
        Returns:
        the publisher event time
      • getLevel

        JzrEventLevel getLevel()
        Get the publisher event level.
        Returns:
        the publisher event level
      • getSubLevel

        JzrEventSubLevel getSubLevel()
        Get the publisher event sub-level.By default medium.
        Returns:
        the publisher event sub level
      • getCode

        JzrPublisherEventCode getCode()
        Get the publisher event code.
        Returns:
        the publisher event code
      • getMessage

        java.lang.String getMessage()
        Get the publisher event message. Description of the issue and recommendation.
        Returns:
        the publisher event message