org.apache.openejb.jee
Class MethodAttribute<A>

java.lang.Object
  extended by org.apache.openejb.jee.MethodAttribute<A>

public class MethodAttribute<A>
extends Object

Version:
$Rev: 707512 $ $Date: 2008-10-24 02:01:10 +0200 (Fr, 24. Okt 2008) $

Constructor Summary
MethodAttribute(A attribute, Method method)
           
MethodAttribute(A attribute, String ejbName, NamedMethod method)
           
 
Method Summary
 A getAttribute()
           
 String getClassName()
           
 String getEjbName()
           
 String getMethodName()
           
 MethodParams getMethodParams()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodAttribute

public MethodAttribute(A attribute,
                       Method method)

MethodAttribute

public MethodAttribute(A attribute,
                       String ejbName,
                       NamedMethod method)
Method Detail

getAttribute

public A getAttribute()

getClassName

public String getClassName()

getEjbName

public String getEjbName()

getMethodName

public String getMethodName()

getMethodParams

public MethodParams getMethodParams()


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