Class MonitoringReporter


  • @Service(name="MonitoringReporter")
    @PerLookup
    @ExecuteOn({DAS,INSTANCE})
    public class MonitoringReporter
    extends V2DottedNameSupport
    Author:
    Byron Nevins First breathed life on November 6, 2010 The copyright says 1997 because one method in here has code moved verbatim from GetCommand.java which started life in 1997 Note: what do you suppose is the worst possible name for a TreeNode class? Correct! TreeNode! Clashing names is why we have to explicitly use this ghastly name: org.glassfish.flashlight.datatree.TreeNode all over the place...