Package | Description |
---|---|
org.jboss.tm.listener |
Modifier and Type | Method and Description |
---|---|
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<EventType> |
TransactionEvent.getTypes() |
Modifier and Type | Method and Description |
---|---|
void |
TransactionListenerRegistry.addListener(Transaction transaction,
TransactionListener listener,
EnumSet<EventType> types) |
Constructor and Description |
---|
TransactionEvent(Transaction transaction,
EnumSet<EventType> types) |
Copyright © 2024 JBoss by Red Hat. All rights reserved.