public class TransactionComponent<T extends TransactionComponent<T>> extends Object
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 String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Long commits()
public Long prepares()
public Long rollbacks()
Copyright © 2020 JBoss by Red Hat. All rights reserved.