Package org.apache.openejb.jee
Class MethodAttribute<A>
- java.lang.Object
-
- org.apache.openejb.jee.MethodAttribute<A>
-
public class MethodAttribute<A> extends Object
- Version:
- $Rev$ $Date$
-
-
Constructor Summary
Constructors Constructor Description MethodAttribute(A attribute, String ejbName, NamedMethod method)MethodAttribute(A attribute, Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgetAttribute()StringgetClassName()StringgetEjbName()StringgetMethodName()MethodParamsgetMethodParams()
-
-
-
Constructor Detail
-
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()
-
-