public class ExcludeListMetaData extends IdMetaDataImplWithDescriptions
| Constructor and Description |
|---|
ExcludeListMetaData()
Create a new ExcludeListMetaData.
|
| Modifier and Type | Method and Description |
|---|---|
ExcludeListMetaData |
clone() |
ExcludeListMetaData |
getExcludeListByEjbName(String ejbName)
Get the exclude list for an ejb
|
MethodsMetaData |
getMethods()
Get the methods.
|
boolean |
matches(String methodName,
Class[] params,
MethodInterfaceType interfaceType)
Whether this matches
|
void |
merge(ExcludeListMetaData override,
ExcludeListMetaData original) |
void |
setMethods(MethodsMetaData methods)
Set the methods.
|
getDescriptions, setDescriptionsequals, getId, hashCode, setIdpublic ExcludeListMetaData()
public MethodsMetaData getMethods()
public void setMethods(MethodsMetaData methods)
methods - the methods.IllegalArgumentException - for a null methodspublic boolean matches(String methodName, Class[] params, MethodInterfaceType interfaceType)
methodName - the method nameparams - the parametersinterfaceType - the interface typepublic ExcludeListMetaData getExcludeListByEjbName(String ejbName)
ejbName - the ejb nameIllegalArgumentException - for a null ejb namepublic ExcludeListMetaData clone()
clone in class IdMetaDataImplpublic void merge(ExcludeListMetaData override, ExcludeListMetaData original)
Copyright © 2019 JBoss by Red Hat. All rights reserved.