com.sun.enterprise.v3.admin
Class MonitoringReporter
java.lang.Object
com.sun.enterprise.v3.admin.V2DottedNameSupport
com.sun.enterprise.v3.admin.MonitoringReporter
@Service(name="MonitoringReporter")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
@ExecuteOn(value={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...
| Methods inherited from class com.sun.enterprise.v3.admin.V2DottedNameSupport |
applyOverrideRules, getAliasedParent, getAllDottedNodes, getAllDottedNodes, getAllSubDottedNames, getMatchingNodes, getNamedNodes, getNodeAttributes, matches, matchName, sortNodesByDottedName, sortTreeNodesByCompletePathName |
MonitoringReporter
public MonitoringReporter()
toString
public String toString()
- Overrides:
toString in class Object
prepareGet
public void prepareGet(AdminCommandContext c,
String arg)
prepareList
public void prepareList(AdminCommandContext c,
String arg)
execute
public void execute()
Copyright © 2012. All Rights Reserved.