当前页面:
在线文档首页 >
JBoss 3.2.7 console API Documentation 英文版文档
MBeanOp (JBoss Console API) - JBoss 3.2.7 console API Documentation 英文版文档
org.jboss.console.twiddle.command
Class MBeanOp
java.lang.Object
org.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
MBeanOp
public MBeanOp(String name,
javax.management.MBeanParameterInfo[] params)
MBeanOp
public MBeanOp(String name,
int count)
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.