|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
org.jboss.metadata.ejb.spec.ExcludeListMetaData
public class ExcludeListMetaData
ExcludeListMetaData.
Constructor Summary | |
---|---|
ExcludeListMetaData()
Create a new ExcludeListMetaData. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions |
---|
getDescriptions, merge, setDescriptions |
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
---|
equals, getId, hashCode, merge, setId |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExcludeListMetaData()
Method Detail |
---|
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 type
public ExcludeListMetaData getExcludeListByEjbName(String ejbName)
ejbName
- the ejb name
IllegalArgumentException
- for a null ejb namepublic ExcludeListMetaData clone()
clone
in class IdMetaDataImpl
public void merge(ExcludeListMetaData override, ExcludeListMetaData original)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |