All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description JeyzerMXBean The Jeyzer MX bean interface.JeyzerPublisher Jeyzer Publisher is the entry point to expose process context parameters and obtainaction handlers
.
Process context parameters are String value pairs which represent dynamic values (ex : number of connected users) or constant values (ex : application version)
Action handlers
permit to expose thread context parameters (ex : number of database inserts) and declare Jzr actions which permit to create - at Jeyzer analysis time - thread units across time.JeyzerPublisherInit Jeyzer Publisher initialization propertiesJzrActionContext The Jeyzer action context class is a bean representing the current action executed within one thread.
All its attributes are optional.
Non thread safeJzrActionHandler Each JzrAction handler object :JzrEvent The Jeyzer event interface describing a Jeyzer applicative monitoring event instance.
Events are created by the application and published through the Jeyzer Monitor handlers.
The id and code must always be set otherwise the event will not be processed when fired or started.
All other parameters are optional.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 informationJzrEventLevel 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.JzrMonitorHandler Each JzrMonitor handler object :JzrPublisherEvent JzrPublisherEvent is a bean class holding publisher event informationJzrPublisherEventCode JzrPublisherEventCode defines all the Publisher events codes.JzrStandardEvent The Jeyzer standard event class is a generic bean representing a Jeyzer applicative monitoring event.JzrThreadInfo JzrThreadInfo is a bean class holding the thread context info