public class TxMonitor
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TxMonitor.Info |
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.Long,TxMonitor.Info> |
txMap |
Constructor and Description |
---|
TxMonitor() |
Modifier and Type | Method and Description |
---|---|
void |
transactionCreated(HGTransaction tx) |
void |
transactionFinished(HGTransaction tx) |
public java.util.Map<java.lang.Long,TxMonitor.Info> txMap
public void transactionCreated(HGTransaction tx)
public void transactionFinished(HGTransaction tx)