public class MethodsMetaData extends ArrayList<MethodMetaData>
modCount| Constructor and Description |
|---|
MethodsMetaData() |
| Modifier and Type | Method and Description |
|---|---|
MethodMetaData |
bestMatch(String methodName,
Class[] params,
MethodInterfaceType interfaceType,
MethodMetaData bestMatch)
Whether this matches
|
MethodMetaData |
bestMatch(String methodName,
String[] params,
MethodInterfaceType interfaceType,
MethodMetaData bestMatch)
Whether this matches
|
MethodsMetaData |
getMethodsByEjbName(String ejbName)
Get the methods for an ejb
|
boolean |
matches(String methodName,
Class[] params,
MethodInterfaceType interfaceType)
Whether this matches
|
boolean |
matches(String methodName,
String[] params,
MethodInterfaceType interfaceType)
Whether this matches
|
void |
merge(MethodsMetaData override,
MethodsMetaData original) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic boolean matches(String methodName, Class[] params, MethodInterfaceType interfaceType)
methodName - the method nameparams - the parametersinterfaceType - the interface typepublic boolean matches(String methodName, String[] params, MethodInterfaceType interfaceType)
methodName - the method nameparams - the parametersinterfaceType - the interface typepublic MethodMetaData bestMatch(String methodName, Class[] params, MethodInterfaceType interfaceType, MethodMetaData bestMatch)
methodName - the method nameparams - the parametersinterfaceType - the interface typebestMatch - the previous best matchpublic MethodMetaData bestMatch(String methodName, String[] params, MethodInterfaceType interfaceType, MethodMetaData bestMatch)
methodName - the method nameparams - the parametersinterfaceType - the interface typebestMatch - the previous best matchpublic MethodsMetaData getMethodsByEjbName(String ejbName)
ejbName - the ejb nameIllegalArgumentException - for a null ejb namepublic void merge(MethodsMetaData override, MethodsMetaData original)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.