org.openejb.dispatch
Class InterfaceMethodSignature

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

public final class InterfaceMethodSignature
extends Object
implements Serializable

Version:
$Revision: 1.2 $ $Date: 2004/04/19 22:30:46 $
See Also:
Serialized Form

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

Constructor Detail

InterfaceMethodSignature

public InterfaceMethodSignature(Method method,
                                boolean isHomeMethod)

InterfaceMethodSignature

public InterfaceMethodSignature(String methodName,
                                boolean isHomeMethod)

InterfaceMethodSignature

public InterfaceMethodSignature(String methodName,
                                Class[] params,
                                boolean isHomeMethod)

InterfaceMethodSignature

public InterfaceMethodSignature(MethodSignature signature,
                                boolean isHomeMethod)

InterfaceMethodSignature

public InterfaceMethodSignature(String methodName,
                                String[] parameterTypes,
                                boolean isHomeMethod)
Method Detail

getMethodName

public String getMethodName()

getParameterTypes

public String[] getParameterTypes()

isHomeMethod

public boolean isHomeMethod()

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-2005 OpenEJB. All Rights Reserved.