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

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

public class MethodAttribute<A>
extends java.lang.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, java.lang.String ejbName, NamedMethod method)
           
 
Method Summary
 A getAttribute()
           
 java.lang.String getClassName()
           
 java.lang.String getEjbName()
           
 java.lang.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,
                       java.lang.String ejbName,
                       NamedMethod method)
Method Detail

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-2011 The Apache OpenEJB development community. All Rights Reserved.