|
JBoss Metadata EJB 7.2.2.Final | |||||||||
| 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.ContainerTransactionMetaData
public class ContainerTransactionMetaData
ContainerTransactionMetaData.
| Constructor Summary | |
|---|---|
ContainerTransactionMetaData()
Create a new MethodPermissionMetaData. |
|
| Method Summary | ||
|---|---|---|
void |
addAny(Object a)
|
|
MethodMetaData |
bestMatch(String methodName,
Class[] params,
MethodInterfaceType interfaceType,
MethodMetaData bestMatch)
Whether this matches |
|
ContainerTransactionMetaData |
clone()
|
|
|
getAny(Class<T> type)
|
|
ContainerTransactionMetaData |
getContainerTransactionsByEjbName(String ejbName)
Get the container transaction for an ejb |
|
MethodsMetaData |
getMethods()
Get the methods. |
|
javax.ejb.TransactionAttributeType |
getTransAttribute()
Get the transactionAttribute. |
|
boolean |
matches(String methodName,
Class[] params,
MethodInterfaceType interfaceType)
Whether this matches |
|
void |
setMethods(MethodsMetaData methods)
Set the methods. |
|
void |
setTransAttribute(javax.ejb.TransactionAttributeType transactionAttribute)
Set the transactionAttribute. |
|
| Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions |
|---|
getDescriptions, setDescriptions |
| Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
|---|
equals, getId, hashCode, setId |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContainerTransactionMetaData()
| Method Detail |
|---|
public void addAny(Object a)
addAny in interface ExtendableMetaDatapublic <T> List<T> getAny(Class<T> type)
getAny in interface ExtendableMetaDatapublic MethodsMetaData getMethods()
public void setMethods(MethodsMetaData methods)
methods - the methods.
IllegalArgumentException - for a null methodspublic javax.ejb.TransactionAttributeType getTransAttribute()
public void setTransAttribute(javax.ejb.TransactionAttributeType transactionAttribute)
transactionAttribute - the transactionAttribute.
IllegalArgumentException - for a null transactionAttributepublic ContainerTransactionMetaData getContainerTransactionsByEjbName(String ejbName)
ejbName - the ejb name
IllegalArgumentException - for a null ejb name
public boolean matches(String methodName,
Class[] params,
MethodInterfaceType interfaceType)
methodName - the method nameparams - the parametersinterfaceType - the interface type
public MethodMetaData bestMatch(String methodName,
Class[] params,
MethodInterfaceType interfaceType,
MethodMetaData bestMatch)
methodName - the method nameparams - the parametersinterfaceType - the interface typebestMatch - the previous best match
public ContainerTransactionMetaData clone()
clone in class IdMetaDataImpl
|
JBoss Metadata EJB 7.2.2.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||