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