org.jboss.aspects.jmx
Class JmxIntrospectingMixin.OpsKey

java.lang.Object
  extended by org.jboss.aspects.jmx.JmxIntrospectingMixin.OpsKey
Enclosing class:
JmxIntrospectingMixin

public class JmxIntrospectingMixin.OpsKey
extends Object


Constructor Summary
JmxIntrospectingMixin.OpsKey(String methodName, String[] signature)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getMethodName()
           
 String[] getSignature()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmxIntrospectingMixin.OpsKey

public JmxIntrospectingMixin.OpsKey(String methodName,
                                    String[] signature)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getMethodName

public String getMethodName()

getSignature

public String[] getSignature()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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