org.jboss.console.twiddle.command
Class MBeanOp

java.lang.Object
  extended byorg.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.


Constructor Summary
MBeanOp(java.lang.String name, int count)
           
MBeanOp(java.lang.String name, MBeanParameterInfo (src) [] params)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getArgCount()
           
 java.lang.String getArgType(int n)
           
 java.lang.String getName()
           
 java.lang.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(java.lang.String name,
               MBeanParameterInfo (src) [] params)

MBeanOp

public MBeanOp(java.lang.String name,
               int count)
Method Detail

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()