| Constructor and Description |
|---|
TransactionComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
Long |
commits()
The number of transaction commits.
|
T |
commits(Long value)
The number of transaction commits.
|
String |
getKey() |
Long |
prepares()
The number of transaction prepares.
|
T |
prepares(Long value)
The number of transaction prepares.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Long |
rollbacks()
The number of transaction rollbacks.
|
T |
rollbacks(Long value)
The number of transaction rollbacks.
|
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="commits") public Long commits()
@ModelNodeBinding(detypedName="prepares") public Long prepares()
@ModelNodeBinding(detypedName="rollbacks") public Long rollbacks()
Copyright © 2020 JBoss by Red Hat. All rights reserved.