|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContainerTransactionType
A representation of the model object 'Container Transaction Type'. The container-transactionType specifies how the container must manage transaction scopes for the enterprise bean's method invocations. It defines an optional description, a list of method elements, and a transaction attribute. The transaction attribute is to be applied to all the specified methods.
The following features are supported:
EjbJar30Package.getContainerTransactionType()
Method Summary | |
---|---|
|
getDescription()
Returns the value of the 'Description' containment reference list. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
|
getMethod()
Returns the value of the 'Method' containment reference list. |
TransAttributeType |
getTransAttribute()
Returns the value of the 'Trans Attribute' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
void |
setTransAttribute(TransAttributeType value)
Sets the value of the ' Trans Attribute ' containment reference. |
Method Detail |
---|
getDescription()
DescriptionType
.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getContainerTransactionType_Description()
getMethod()
MethodType
.
If the meaning of the 'Method' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getContainerTransactionType_Method()
TransAttributeType getTransAttribute()
If the meaning of the 'Trans Attribute' containment reference isn't clear, there really should be more of a description here...
setTransAttribute(TransAttributeType)
,
EjbJar30Package.getContainerTransactionType_TransAttribute()
void setTransAttribute(TransAttributeType value)
Trans Attribute
' containment reference.
value
- the new value of the 'Trans Attribute' containment reference.getTransAttribute()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
EjbJar30Package.getContainerTransactionType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |