|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodTransactionInfo | |
|---|---|
| org.openejb.alt.assembler.classic | The classes and interfaces directly under this package define the basic parts of the OpenEJB assembler system architecture. |
| org.openejb.alt.assembler.classic.xml | The classes and interfaces directly under this package define the basic parts of the OpenEJB assembler xml system architecture. |
| Uses of MethodTransactionInfo in org.openejb.alt.assembler.classic |
|---|
| Fields in org.openejb.alt.assembler.classic declared as MethodTransactionInfo | |
|---|---|
MethodTransactionInfo[] |
ContainerSystemInfo.methodTransactions
|
| Methods in org.openejb.alt.assembler.classic with parameters of type MethodTransactionInfo | |
|---|---|
void |
AssemblerTool.applyTransactionAttributes(DeploymentInfo deploymentInfo,
MethodTransactionInfo[] mtis)
This method applies the transaction attributed described by the collection of MethodTransactionInfo object to the org.openejb.core.DeploymentInfo objects. |
| Uses of MethodTransactionInfo in org.openejb.alt.assembler.classic.xml |
|---|
| Subclasses of MethodTransactionInfo in org.openejb.alt.assembler.classic.xml | |
|---|---|
class |
MethodTransaction
A subclass of MethodTransactionInfo filled with data from an XML file. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||