org.apache.openejb.jee
Class MethodAttribute<A>
java.lang.Object
org.apache.openejb.jee.MethodAttribute<A>
public class MethodAttribute<A>
- extends java.lang.Object
- Version:
- $Rev: 707512 $ $Date: 2008-10-23 17:01:10 -0700 (Thu, 23 Oct 2008) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodAttribute
public MethodAttribute(A attribute,
Method method)
MethodAttribute
public MethodAttribute(A attribute,
java.lang.String ejbName,
NamedMethod method)
getAttribute
public A getAttribute()
getClassName
public java.lang.String getClassName()
getEjbName
public java.lang.String getEjbName()
getMethodName
public java.lang.String getMethodName()
getMethodParams
public MethodParams getMethodParams()
Copyright © 1999-2010 The Apache OpenEJB development community. All Rights Reserved.