Uses of Package
org.jeyzer.publish
-
Packages that use org.jeyzer.publish Package Description org.jeyzer.publish -
Classes in org.jeyzer.publish used by org.jeyzer.publish 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.JzrActionContext 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 :JzrMonitorHandler Each JzrMonitor handler object :