|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IContainerTransaction
Interface for element container-transaction.
| Field Summary | |
|---|---|
static String |
NAME
Name of this element. |
| Method Summary | |
|---|---|
void |
addMethod(IMethodDD method)
Add a new Method. |
List<IMethodDD> |
getMethods()
|
javax.ejb.TransactionAttributeType |
getTransactionAttribute()
Gets the transaction attribute for this block. |
void |
setTransactionAttribute(javax.ejb.TransactionAttributeType txAttribute)
Sets the transaction attribute for this block. |
String |
toString()
|
| Field Detail |
|---|
static final String NAME
| Method Detail |
|---|
void addMethod(IMethodDD method)
method - the given method.List<IMethodDD> getMethods()
void setTransactionAttribute(javax.ejb.TransactionAttributeType txAttribute)
txAttribute - the given transaction attributejavax.ejb.TransactionAttributeType getTransactionAttribute()
String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||