public interface TransactionOperationEvents
| Modifier and Type | Field and Description |
|---|---|
static String |
EVENT_TX_COMMITED |
static String |
EVENT_TX_ROLLEDBACK |
static String |
EVENT_TX_STARTED |
| Modifier and Type | Method and Description |
|---|---|
void |
transactionCommited() |
void |
transactionRolledback() |
void |
transactionStarted() |
static final String EVENT_TX_STARTED
static final String EVENT_TX_COMMITED
static final String EVENT_TX_ROLLEDBACK
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.