public class MethodAttribute<A> extends Object
| Constructor and Description |
|---|
MethodAttribute(A attribute,
Method method) |
MethodAttribute(A attribute,
String ejbName,
NamedMethod method) |
| Modifier and Type | Method and Description |
|---|---|
A |
getAttribute() |
String |
getClassName() |
String |
getEjbName() |
String |
getMethodName() |
MethodParams |
getMethodParams() |
public MethodAttribute(A attribute, String ejbName, NamedMethod method)
public A getAttribute()
public String getClassName()
public String getEjbName()
public String getMethodName()
public MethodParams getMethodParams()
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.