|
||||||||||
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 | |
---|---|
MethodMetaData |
bestMatch(String methodName,
Class[] params,
MethodInterfaceType interfaceType,
MethodMetaData bestMatch)
Whether this matches |
ContainerTransactionMetaData |
clone()
|
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, 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 ContainerTransactionMetaData()
Method Detail |
---|
public 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 namepublic 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |