org.apache.openejb
Class MethodSpec

java.lang.Object
  extended by 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

Constructor Summary
MethodSpec(String text)
           
MethodSpec(String methodIntf, String methodName, String[] parameterTypes)
           
 
Method Summary
 int compareTo(Object o)
           
 boolean equals(Object obj)
           
 String getMethodIntf()
           
 String getMethodName()
           
 String[] getParameterTypes()
           
 int hashCode()
           
 boolean matches(String methodIntf, String methodName, String[] parameterTypes)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodSpec

public MethodSpec(String methodIntf,
                  String methodName,
                  String[] parameterTypes)

MethodSpec

public MethodSpec(String text)
Method Detail

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-2011 The Apache OpenEJB development community. All Rights Reserved.