org.apache.geronimo.gbean
Class GOperationSignature

java.lang.Object
  extended by org.apache.geronimo.gbean.GOperationSignature

public final class GOperationSignature
extends Object

This is a key class based on a MBean operation name and parameters.


Constructor Summary
GOperationSignature(Method method)
           
GOperationSignature(String name, List argumentTypes)
           
GOperationSignature(String name, String[] argumentTypes)
           
 
Method Summary
 boolean equals(Object object)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GOperationSignature

public GOperationSignature(Method method)

GOperationSignature

public GOperationSignature(String name,
                           String[] argumentTypes)

GOperationSignature

public GOperationSignature(String name,
                           List argumentTypes)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.