|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Specifies how the container must manage transaction scopes for the enterprise bean's method invocations. It consists of an optional description, a list of method elements, and a transaction attribute.The transaction attribute is to be applied to all the specified methods.
Method Summary | |
---|---|
AssemblyDescriptor |
getAssemblyDescriptor()
|
java.lang.String |
getDescription()
|
EList |
getDescriptions()
Returns the value of the 'Descriptions' containment reference list. |
EList |
getMethodElements()
|
java.util.List |
getMethodElements(EnterpriseBean anEJB)
Return a List of MethodElements that point to |
MethodElement |
getMostSpecificMethodElement(Method aMethod)
|
TransactionAttributeType |
getTransactionAttribute()
|
boolean |
isEquivalent(MethodTransaction anotherMethodTransaction)
Return true if the transaction attributes are the same. |
boolean |
isSetTransactionAttribute()
Returns whether the value of the ' Transaction Attribute ' attribute is set |
void |
setAssemblyDescriptor(AssemblyDescriptor value)
|
void |
setDescription(java.lang.String value)
|
void |
setTransactionAttribute(TransactionAttributeType value)
Sets the value of the ' Transaction Attribute ' attribute |
void |
unsetTransactionAttribute()
Unsets the value of the ' Transaction Attribute ' attribute |
Method Detail |
public java.util.List getMethodElements(EnterpriseBean anEJB)
public MethodElement getMostSpecificMethodElement(Method aMethod)
public boolean isEquivalent(MethodTransaction anotherMethodTransaction)
public TransactionAttributeType getTransactionAttribute()
public void setTransactionAttribute(TransactionAttributeType value)
Transaction Attribute
' attribute.
value
- the new value of the 'Transaction Attribute' attribute.TransactionAttributeType
,
isSetTransactionAttribute()
,
unsetTransactionAttribute()
,
getTransactionAttribute()
public void unsetTransactionAttribute()
Transaction Attribute
' attribute.
isSetTransactionAttribute()
,
getTransactionAttribute()
,
setTransactionAttribute(TransactionAttributeType)
public boolean isSetTransactionAttribute()
Transaction Attribute
' attribute is set.
unsetTransactionAttribute()
,
getTransactionAttribute()
,
setTransactionAttribute(TransactionAttributeType)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
value
- The new value of the Description attributepublic AssemblyDescriptor getAssemblyDescriptor()
public void setAssemblyDescriptor(AssemblyDescriptor value)
public EList getMethodElements()
public EList getDescriptions()
Description
.
If the meaning of the 'Descriptions' containment reference list isn't clear, there really should be more of a description here...
EjbPackage.getMethodTransaction_Descriptions()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |