org.openejb.dispatch
Class MethodSignature

java.lang.Object
  extended byorg.openejb.dispatch.MethodSignature
All Implemented Interfaces:
Serializable

public final class MethodSignature
extends Object
implements Serializable

Version:
$Revision: 444640 $ $Date: 2004-03-21 22:26:37 +0100 (Sun, 21 Mar 2004) $
See Also:
Serialized Form

Constructor Summary
MethodSignature(Method method)
           
MethodSignature(String methodName)
           
MethodSignature(String methodName, Class[] params)
           
MethodSignature(String methodName, String[] parameterTypes)
           
 
Method Summary
 boolean equals(Object obj)
           
 Method getMethod(Class clazz)
           
 String getMethodName()
           
 String[] getParameterTypes()
           
 int hashCode()
           
 boolean match(Method method)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodSignature

public MethodSignature(Method method)

MethodSignature

public MethodSignature(String methodName)

MethodSignature

public MethodSignature(String methodName,
                       String[] parameterTypes)

MethodSignature

public MethodSignature(String methodName,
                       Class[] params)
Method Detail

getMethodName

public String getMethodName()

getParameterTypes

public String[] getParameterTypes()

toString

public String toString()

match

public boolean match(Method method)

getMethod

public Method getMethod(Class clazz)

hashCode

public int hashCode()

equals

public boolean equals(Object obj)


Copyright © 1999-2006 OpenEJB. All Rights Reserved.