org.jboss.console.manager.interfaces.impl
Class GraphMBeanAttributeAction

java.lang.Object
  extended byorg.jboss.console.manager.interfaces.impl.GraphMBeanAttributeAction
All Implemented Interfaces:
AppletTreeAction (src) , java.io.Serializable, TreeAction (src)

public class GraphMBeanAttributeAction
extends java.lang.Object
implements AppletTreeAction (src)

See Also:
, Serialized Form

Nested Class Summary
 class GraphMBeanAttributeAction.MBeanXYDataset (src)
           
 class GraphMBeanAttributeAction.UpdateThread (src)
           
 
Field Summary
protected  java.lang.String attr
           
protected  GraphMBeanAttributeAction.MBeanXYDataset (src) dataset
           
protected  ChartFrame frame
           
protected  ObjectName (src) targetObjectName
           
 
Constructor Summary
GraphMBeanAttributeAction()
           
GraphMBeanAttributeAction(ObjectName (src)  pName, java.lang.String attr)
           
 
Method Summary
 void doAction(TreeContext (src)  tc, AppletBrowser (src)  applet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

targetObjectName

protected ObjectName (src)  targetObjectName

attr

protected java.lang.String attr

frame

protected transient ChartFrame frame

dataset

protected transient GraphMBeanAttributeAction.MBeanXYDataset (src)  dataset
Constructor Detail

GraphMBeanAttributeAction

public GraphMBeanAttributeAction()

GraphMBeanAttributeAction

public GraphMBeanAttributeAction(ObjectName (src)  pName,
                                 java.lang.String attr)
Method Detail

doAction

public void doAction(TreeContext (src)  tc,
                     AppletBrowser (src)  applet)
Specified by:
doAction in interface AppletTreeAction (src)