org.apache.openejb.assembler.classic
Class ProxyInterfaceResolver.Signature

java.lang.Object
  extended by org.apache.openejb.assembler.classic.ProxyInterfaceResolver.Signature
Enclosing class:
ProxyInterfaceResolver

public static class ProxyInterfaceResolver.Signature
extends Object


Constructor Summary
ProxyInterfaceResolver.Signature(Class clazz, Method method)
           
 
Method Summary
 boolean equals(Object o)
           
 Method getMethod()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProxyInterfaceResolver.Signature

public ProxyInterfaceResolver.Signature(Class clazz,
                                        Method method)
Method Detail

getMethod

public Method getMethod()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.