org.jboss.console.twiddle.command
Class MBeanOp
java.lang.Object
org.jboss.console.twiddle.command.MBeanOp
- public class MBeanOp
- extends java.lang.Object
A representation of an mbean operation that compares ops based on
the name and the operation parameters.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
MBeanOp
public MBeanOp(java.lang.String name,
MBeanParameterInfo (src) [] params)
MBeanOp
public MBeanOp(java.lang.String name,
int count)
getName
public java.lang.String getName()
getSignature
public java.lang.String[] getSignature()
getArgCount
public int getArgCount()
getArgType
public java.lang.String getArgType(int n)
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()