public static class StrandLocalTransactionManager.Companion
Modifier and Type | Method and Description |
---|---|
org.jetbrains.exposed.sql.Database |
getDatabase() |
StrandLocalTransactionManager |
getManager() |
rx.subjects.Subject<net.corda.node.utilities.StrandLocalTransactionManager.Boundary,net.corda.node.utilities.StrandLocalTransactionManager.Boundary> |
getTransactionBoundaries() |
java.util.UUID |
getTransactionId() |
void |
restoreThreadLocalTx(kotlin.Pair<org.jetbrains.exposed.sql.Database,? extends org.jetbrains.exposed.sql.Transaction> context) |
void |
setDatabase(org.jetbrains.exposed.sql.Database value) |
kotlin.Pair<org.jetbrains.exposed.sql.Database,org.jetbrains.exposed.sql.Transaction> |
setThreadLocalTx(org.jetbrains.exposed.sql.Transaction tx) |
public kotlin.Pair<org.jetbrains.exposed.sql.Database,org.jetbrains.exposed.sql.Transaction> setThreadLocalTx(org.jetbrains.exposed.sql.Transaction tx)
public void restoreThreadLocalTx(kotlin.Pair<org.jetbrains.exposed.sql.Database,? extends org.jetbrains.exposed.sql.Transaction> context)
public org.jetbrains.exposed.sql.Database getDatabase()
public void setDatabase(org.jetbrains.exposed.sql.Database value)
public java.util.UUID getTransactionId()
public StrandLocalTransactionManager getManager()
public rx.subjects.Subject<net.corda.node.utilities.StrandLocalTransactionManager.Boundary,net.corda.node.utilities.StrandLocalTransactionManager.Boundary> getTransactionBoundaries()