org.apache.openejb.assembler.classic
Class MethodInfoUtil.ViewMethod

java.lang.Object
  extended by org.apache.openejb.assembler.classic.MethodInfoUtil.ViewMethod
Enclosing class:
MethodInfoUtil

public static class MethodInfoUtil.ViewMethod
extends Object


Constructor Summary
MethodInfoUtil.ViewMethod(String view, Method method)
           
 
Method Summary
 boolean equals(Object o)
           
 Method getMethod()
           
 String getView()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodInfoUtil.ViewMethod

public MethodInfoUtil.ViewMethod(String view,
                                 Method method)
Method Detail

getView

public String getView()

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-2013 The Apache Software Foundation. All Rights Reserved.