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.2.2 $
- 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)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.