站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 console API Documentation 英文版文档

MBeanOp (JBoss Console API) - JBoss 4.0.1 sp1 console API Documentation 英文版文档


org.jboss.console.twiddle.command
Class MBeanOp

java.lang.Object
  extended byorg.jboss.console.twiddle.command.MBeanOp

public class MBeanOp
extends Object

A representation of an mbean operation that compares ops based on the name and the operation parameters.

Version:
$Revision: 1.1 $
Author:
Scott.Stark@jboss.org

Constructor Summary
MBeanOp(String name, int count)
           
MBeanOp(String name, javax.management.MBeanParameterInfo[] params)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getArgCount()
           
 String getArgType(int n)
           
 String getName()
           
 String[] getSignature()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanOp

public MBeanOp(String name,
               javax.management.MBeanParameterInfo[] params)

MBeanOp

public MBeanOp(String name,
               int count)
Method Detail

getName

public String getName()

getSignature

public String[] getSignature()

getArgCount

public int getArgCount()

getArgType

public String getArgType(int n)

equals

public boolean equals(Object obj)

hashCode

public int hashCode()


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