| Package | Description |
|---|---|
| org.apache.openejb.assembler.classic |
| Modifier and Type | Field and Description |
|---|---|
NamedMethodInfo |
InitMethodInfo.beanMethod |
NamedMethodInfo |
RemoveMethodInfo.beanMethod |
NamedMethodInfo |
InitMethodInfo.createMethod |
NamedMethodInfo |
InterceptorBindingInfo.method |
NamedMethodInfo |
MethodScheduleInfo.method |
NamedMethodInfo |
EnterpriseBeanInfo.timeoutMethod |
| Modifier and Type | Field and Description |
|---|---|
List<NamedMethodInfo> |
EnterpriseBeanInfo.asynchronous |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MethodInfoUtil.matches(Method method,
NamedMethodInfo methodInfo) |
static Method |
MethodInfoUtil.toMethod(Class clazz,
NamedMethodInfo info)
Finds the nearest java.lang.reflect.Method with the given NamedMethodInfo
Callbacks can be private so class.getMethod() cannot be used.
|
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.