|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NamedMethodInfo | |
|---|---|
| org.apache.openejb.assembler.classic | |
| Uses of NamedMethodInfo in org.apache.openejb.assembler.classic |
|---|
| Fields in org.apache.openejb.assembler.classic declared as NamedMethodInfo | |
|---|---|
NamedMethodInfo |
InitMethodInfo.beanMethod
|
NamedMethodInfo |
RemoveMethodInfo.beanMethod
|
NamedMethodInfo |
InitMethodInfo.createMethod
|
NamedMethodInfo |
InterceptorBindingInfo.method
|
NamedMethodInfo |
MethodScheduleInfo.method
|
NamedMethodInfo |
EnterpriseBeanInfo.timeoutMethod
|
| Fields in org.apache.openejb.assembler.classic with type parameters of type NamedMethodInfo | |
|---|---|
List<NamedMethodInfo> |
EnterpriseBeanInfo.asynchronous
|
| Methods in org.apache.openejb.assembler.classic with parameters of type NamedMethodInfo | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||