public class TransactionManager
extends java.lang.Object
Constructor and Description |
---|
TransactionManager(Management management) |
TransactionManager(Path path)
Deprecated.
|
TransactionManager(Resin resin)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TransactionLog |
createTransactionLog()
Configures the xa log.
|
void |
destroy() |
Path |
getPath() |
void |
start()
Initializes the XA manager.
|
public TransactionManager(Management management)
@Deprecated public TransactionManager(Resin resin)
@Deprecated public TransactionManager(Path path)
public Path getPath()
public TransactionLog createTransactionLog() throws ConfigException
ConfigException
public void start() throws ConfigException
ConfigException
public void destroy()