| Package | Description |
|---|---|
| org.jboss.tm.listener |
| Modifier and Type | Field and Description |
|---|---|
private java.util.EnumSet<EventType> |
TransactionEvent.types |
| Modifier and Type | Method and Description |
|---|---|
static EventType |
EventType.valueOf(java.lang.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 |
|---|---|
java.util.EnumSet<EventType> |
TransactionEvent.getTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionListenerRegistry.addListener(javax.transaction.Transaction transaction,
TransactionListener listener,
java.util.EnumSet<EventType> types) |
| Constructor and Description |
|---|
TransactionEvent(javax.transaction.Transaction transaction,
java.util.EnumSet<EventType> types) |