|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContainerTransaction
Container Transaction
| Method Summary | |
|---|---|
TransactionAttribute |
getTransactionAttribute(String methodInterface,
String methodName,
String[] methodParameters)
Evaluate the transaction attribute for a given method. |
| Method Detail |
|---|
TransactionAttribute getTransactionAttribute(String methodInterface,
String methodName,
String[] methodParameters)
methodInterface - The method-intf element allows a method element to
differentiate between the methods with the same name and
signature that are multiply defined across the home and
component interfaces (e.g, in both an enterprise bean's
remote and local interfaces or in both an enterprise bean's
home and remote interfaces, etc.); the component and web
service endpoint interfaces, and so on.
The methodInterface argument must be one of the following:
methodName - ThemethodName contains the name of an enterprise
bean method.methodParameters - The methodParameters defines a list of the
fully-qualified Java type names of the method parameters.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||