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

java.lang.Object
  extended by org.jboss.console.manager.interfaces.impl.MBeanAction
All Implemented Interfaces:
Serializable, TreeAction, AppletTreeAction

public class MBeanAction
extends Object
implements AppletTreeAction

Version:
$Revision: 1.4.6.1 $

Revisions:

3 janv. 2003 Sacha Labourey:

Author:
Sacha Labourey.
See Also:
, Serialized Form

Field Summary
protected  String actionName
           
protected  Object[] params
           
protected  String[] signature
           
protected  javax.management.ObjectName targetObjectName
           
 
Constructor Summary
MBeanAction()
           
MBeanAction(javax.management.ObjectName pName, String pActionName, Object[] pParams, String[] pSignature)
           
 
Method Summary
 void doAction(TreeContext tc, AppletBrowser applet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

targetObjectName

protected javax.management.ObjectName targetObjectName

actionName

protected String actionName

params

protected Object[] params

signature

protected String[] signature
Constructor Detail

MBeanAction

public MBeanAction()

MBeanAction

public MBeanAction(javax.management.ObjectName pName,
                   String pActionName,
                   Object[] pParams,
                   String[] pSignature)
Method Detail

doAction

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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.