@FunctionalInterface public interface CreationListener
| Modifier and Type | Interface and Description |
|---|---|
static class |
CreationListener.CreatedBy
The enumeration of possible initiators of a transaction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
transactionCreated(AbstractTransaction transaction,
CreationListener.CreatedBy createdBy)
A transaction has been created.
|
void transactionCreated(AbstractTransaction transaction, CreationListener.CreatedBy createdBy)
transaction - the transaction that was created (not null)createdBy - the creator of the transaction (not null)Copyright © 2017 JBoss by Red Hat. All rights reserved.