org.apache.openejb.server.cxf.ejb
Class EjbMethodInvoker.MostSpecificMethodKey

java.lang.Object
  extended by org.apache.openejb.server.cxf.ejb.EjbMethodInvoker.MostSpecificMethodKey
Enclosing class:
EjbMethodInvoker

public static class EjbMethodInvoker.MostSpecificMethodKey
extends Object


Field Summary
 Class<?> ejbInterface
           
 Method method
           
 
Constructor Summary
EjbMethodInvoker.MostSpecificMethodKey(Class<?> ejbInterface, Method method)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ejbInterface

public final Class<?> ejbInterface

method

public final Method method
Constructor Detail

EjbMethodInvoker.MostSpecificMethodKey

public EjbMethodInvoker.MostSpecificMethodKey(Class<?> ejbInterface,
                                              Method method)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.