com.sun.enterprise.v3.admin
Class MonitoringReporter

java.lang.Object
  extended by com.sun.enterprise.v3.admin.V2DottedNameSupport
      extended by 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...

Nested Class Summary
static class MonitoringReporter.OutputType
           
 
Constructor Summary
MonitoringReporter()
           
 
Method Summary
 void execute()
           
 void prepareGet(AdminCommandContext c, String arg)
           
 void prepareList(AdminCommandContext c, String arg)
           
 String toString()
           
 
Methods inherited from class com.sun.enterprise.v3.admin.V2DottedNameSupport
applyOverrideRules, getAliasedParent, getAllDottedNodes, getAllDottedNodes, getAllSubDottedNames, getMatchingNodes, getNamedNodes, getNodeAttributes, matches, matchName, sortNodesByDottedName, sortTreeNodesByCompletePathName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MonitoringReporter

public MonitoringReporter()
Method Detail

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.