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.
|
Transactions |
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.
|
Transactions |
id(String value)
The id of this transaction.
|
String |
jmxName()
The JMX name of this transaction.
|
Transactions |
jmxName(String value)
The JMX name of this transaction.
|
Transactions |
participants(List<Participants> value)
Add all org.wildfly.swarm.config.transactions.log_store.transactions.Participants objects to this subresource
|
Transactions |
participants(Participants value)
Add the org.wildfly.swarm.config.transactions.log_store.transactions.Participants object to the list of subresources
|
Transactions |
participants(String childKey)
Create and configure a org.wildfly.swarm.config.transactions.log_store.transactions.Participants object to the list of subresources
|
Transactions |
participants(String childKey,
ParticipantsConfigurator config)
Create and configure a org.wildfly.swarm.config.transactions.log_store.transactions.Participants object to the list of subresources
|
Transactions.TransactionsResources |
subresources() |
String |
type()
The type name under which this record is stored.
|
Transactions |
type(String value)
The type name under which this record is stored.
|
public Transactions(String key)
public String getKey()
public Long ageInSeconds()
public Transactions ageInSeconds(Long value)
public String id()
public Transactions id(String value)
public String jmxName()
public Transactions jmxName(String value)
public String type()
public Transactions type(String value)
public Transactions.TransactionsResources subresources()
public Transactions participants(List<Participants> value)
value - List of org.wildfly.swarm.config.transactions.log_store.transactions.Participants objects.public Transactions participants(Participants value)
value - The org.wildfly.swarm.config.transactions.log_store.transactions.Participants to addpublic Transactions participants(String childKey, ParticipantsConfigurator config)
key - The key for the org.wildfly.swarm.config.transactions.log_store.transactions.Participants resourceconfig - The org.wildfly.swarm.config.transactions.log_store.transactions.ParticipantsConfigurator to usepublic Transactions participants(String childKey)
key - The key for the org.wildfly.swarm.config.transactions.log_store.transactions.Participants resourceCopyright © 2015 JBoss by Red Hat. All rights reserved.