org.apache.openejb
Class MethodSpec
java.lang.Object
org.apache.openejb.MethodSpec
- All Implemented Interfaces:
- Serializable, Comparable
public class MethodSpec
- extends Object
- implements Comparable, Serializable
- Version:
- $Revision: 450758 $ $Date: 2006-09-28 10:40:18 +0200 (Do, 28. Sep 2006) $
- See Also:
- Serialized Form
MethodSpec
public MethodSpec(String methodIntf,
String methodName,
String[] parameterTypes)
MethodSpec
public MethodSpec(String text)
getMethodIntf
public String getMethodIntf()
getMethodName
public String getMethodName()
getParameterTypes
public String[] getParameterTypes()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
matches
public boolean matches(String methodIntf,
String methodName,
String[] parameterTypes)
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.