public class Atomikos extends JtaService
Note: Atomikos can be started only once in the same JVM. This is because of limitation
of the Atomikos itself. (It used static fields in com.atomikos.icatch.system.Configuration class.)
You will get IllegalStateException when started the second time.
| Modifier and Type | Class and Description |
|---|---|
class |
Atomikos.ManagerProvider |
| Constructor and Description |
|---|
Atomikos() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
com.google.inject.Module |
configure() |
getSubServices, start, stopgetCombineChildren, getCombineSelf, getId, toStringpublic Atomikos()
public com.google.inject.Module configure()
configure in interface Serviceconfigure in class ConfigurableServicepublic void close()
close in interface AutoCloseableclose in interface Serviceclose in class ConfigurableServiceCopyright © 2016 Atteo. All rights reserved.