Package com.arjuna.ats.tools.jmxbrowser.dialogs

Examples of com.arjuna.ats.tools.jmxbrowser.dialogs.InvokeMethodDialog


      /** Get the selected operation information **/
      OperationWrapper operation = (OperationWrapper)_methodList.getSelectedValue();
      MBeanOperationInfo opInfo = operation.getOperationInfo();

      /** Open invoke method dialog **/
      InvokeMethodDialog dlg = new InvokeMethodDialog((Frame)this.getTopLevelAncestor(), _mbeanName, opInfo);

    }
  }
View Full Code Here

TOP

Related Classes of com.arjuna.ats.tools.jmxbrowser.dialogs.InvokeMethodDialog

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.