Package org.jeyzer.mx.event
-
Interface Summary Interface Description JzrEventCode The Jeyzer event code interface gives access to the applicative event information.
The event code is identified by a unique abbreviation (ex: MAK-101), which is usually a support documentation pointer.
The name and description (optional, considering event could be documented externally) describe the event.
The ticket is optional and should refer to a ticket in an issue tracking product such as JIRA.
The type is optional and could be used to group codes (ex: MAK).
The event code is associated to a level and sub level indicating its importance.JzrEventInfo JzrEventInfo is a bean class holding monitoring event informationJzrPublisherEvent JzrPublisherEvent is a bean class holding publisher event information -
Enum Summary Enum Description JzrEventLevel JzrEventLevel indicates the importance of the event : info, warning or critical.JzrEventScope JzrEventScope indicates the scope of the event :JzrEventSubLevel JzrEventSubLevel categorizes the importance of the event within his level through 5 sub levels.JzrPublisherEventCode JzrPublisherEventCode defines all the Publisher events codes.