public class Participants extends Object
| Constructor and Description |
|---|
Participants(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
eisProductName()
The JCA enterprise information system's product name.
|
Participants |
eisProductName(String value)
The JCA enterprise information system's product name.
|
String |
eisProductVersion()
The JCA enterprise information system's product version
|
Participants |
eisProductVersion(String value)
The JCA enterprise information system's product version
|
String |
getKey() |
String |
jmxName()
The JMX name of this participant.
|
Participants |
jmxName(String value)
The JMX name of this participant.
|
String |
jndiName()
JNDI name of this participant.
|
Participants |
jndiName(String value)
JNDI name of this participant.
|
String |
status()
Reports the commitment status of this participant (can be one of Pending, Prepared, Failed, Heuristic or Readonly).
|
Participants |
status(String value)
Reports the commitment status of this participant (can be one of Pending, Prepared, Failed, Heuristic or Readonly).
|
String |
type()
The type name under which this record is stored.
|
Participants |
type(String value)
The type name under which this record is stored.
|
public Participants(String key)
public String getKey()
public String eisProductName()
public Participants eisProductName(String value)
public String eisProductVersion()
public Participants eisProductVersion(String value)
public String jmxName()
public Participants jmxName(String value)
public String jndiName()
public Participants jndiName(String value)
public String status()
public Participants status(String value)
public String type()
public Participants type(String value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.