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, setDescriptions
equals, getId, hashCode, setId
public 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 IdMetaDataImpl
public void merge(ExcludeListMetaData override, ExcludeListMetaData original)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.