|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MethodTransaction
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()
|
org.eclipse.emf.common.util.EList |
getDescriptions()
Returns the value of the 'Descriptions' containment reference list. |
org.eclipse.emf.common.util.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 |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.util.List getMethodElements(EnterpriseBean anEJB)
MethodElement getMostSpecificMethodElement(Method aMethod)
boolean isEquivalent(MethodTransaction anotherMethodTransaction)
TransactionAttributeType getTransactionAttribute()
void setTransactionAttribute(TransactionAttributeType value)
Transaction Attribute
' attribute.
value
- the new value of the 'Transaction Attribute' attribute.TransactionAttributeType
,
isSetTransactionAttribute()
,
unsetTransactionAttribute()
,
getTransactionAttribute()
void unsetTransactionAttribute()
Transaction Attribute
' attribute.
isSetTransactionAttribute()
,
getTransactionAttribute()
,
setTransactionAttribute(TransactionAttributeType)
boolean isSetTransactionAttribute()
Transaction Attribute
' attribute is set.
unsetTransactionAttribute()
,
getTransactionAttribute()
,
setTransactionAttribute(TransactionAttributeType)
java.lang.String getDescription()
void setDescription(java.lang.String value)
value
- The new value of the Description attributeAssemblyDescriptor getAssemblyDescriptor()
void setAssemblyDescriptor(AssemblyDescriptor value)
l
- The new value of the AssemblyDescriptor referenceorg.eclipse.emf.common.util.EList getMethodElements()
org.eclipse.emf.common.util.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 |