Package org.jeyzer.publish
-
Interface Summary Interface Description JzrActionHandler Each JzrAction handler object :JzrMonitorHandler Each JzrMonitor handler object : -
Class Summary Class Description 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 safe