com.mchange.v2.management
Class OperationKey

java.lang.Object
  extended by com.mchange.v2.management.OperationKey

public final class OperationKey
extends Object


Constructor Summary
OperationKey(String name, String[] signature)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationKey

public OperationKey(String name,
                    String[] signature)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object