public class Transactions<T extends Transactions> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Transactions.TransactionsResources
Child mutators for Transactions
|
| Constructor and Description |
|---|
Transactions(String key) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ageInSeconds()
The time since this transaction was prepared or when the recovery system last tried to recover it.
|
T |
ageInSeconds(Long value)
The time since this transaction was prepared or when the recovery system last tried to recover it.
|
String |
getKey() |
String |
id()
The id of this transaction.
|
T |
id(String value)
The id of this transaction.
|
String |
jmxName()
The JMX name of this transaction.
|
T |
jmxName(String value)
The JMX name of this transaction.
|
T |
participants(List<Participants> value)
Add all Participants objects to this subresource
|
T |
participants(Participants value)
Add the Participants object to the list of subresources
|
Transactions.TransactionsResources |
subresources() |
String |
type()
The type name under which this record is stored.
|
T |
type(String value)
The type name under which this record is stored.
|
public Transactions(String key)
public String getKey()
public Long ageInSeconds()
public T ageInSeconds(Long value)
public String id()
public String jmxName()
public String type()
public Transactions.TransactionsResources subresources()
public T participants(List<Participants> value)
value - List of Participants objects.public T participants(Participants value)
value - The Participants to addCopyright © 2015 JBoss by Red Hat. All rights reserved.