org.openejb.dispatch
Class InterfaceMethodSignature
java.lang.Object
org.openejb.dispatch.InterfaceMethodSignature
- All Implemented Interfaces:
- Serializable
- public final class InterfaceMethodSignature
- extends Object
- implements Serializable
- Version:
- $Revision: 444697 $ $Date: 2004-04-20 00:30:47 +0200 (Tue, 20 Apr 2004) $
- See Also:
- Serialized Form
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)
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-2006 OpenEJB. All Rights Reserved.