Package | Description |
---|---|
org.objectweb.jotm |
Modifier and Type | Class and Description |
---|---|
class |
TransactionFactoryImpl |
Modifier and Type | Method and Description |
---|---|
static TransactionFactory |
Current.getJTM()
Returns the TMFactory (in JTM)
|
Modifier and Type | Method and Description |
---|---|
static void |
Current.setTMFactory(TransactionFactory tmfact)
The TM factory is passed as an argument.
|
Constructor and Description |
---|
Current(TransactionFactory tmfact)
Constructor for an application server.
|