public class TransactionComponent<T extends TransactionComponent<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TransactionComponent.Locking |
static class |
TransactionComponent.Mode |
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() |
TransactionComponent.Locking |
locking()
The locking mode for this cache, one of OPTIMISTIC or PESSIMISTIC.
|
T |
locking(TransactionComponent.Locking value)
The locking mode for this cache, one of OPTIMISTIC or PESSIMISTIC.
|
TransactionComponent.Mode |
mode()
Sets the cache transaction mode to one of NONE, NON_XA, NON_DURABLE_XA,
FULL_XA.
|
T |
mode(TransactionComponent.Mode value)
Sets the cache transaction mode to one of NONE, NON_XA, NON_DURABLE_XA,
FULL_XA.
|
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.
|
Long |
stopTimeout()
If there are any ongoing transactions when a cache is stopped, Infinispan
waits for ongoing remote and local transactions to finish.
|
T |
stopTimeout(Long value)
If there are any ongoing transactions when a cache is stopped, Infinispan
waits for ongoing remote and local transactions to finish.
|
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Long commits()
public T commits(Long value)
public TransactionComponent.Locking locking()
public T locking(TransactionComponent.Locking value)
public TransactionComponent.Mode mode()
public T mode(TransactionComponent.Mode value)
public Long prepares()
public T prepares(Long value)
public Long rollbacks()
public T rollbacks(Long value)
public Long stopTimeout()
Copyright © 2019 JBoss by Red Hat. All rights reserved.