public class Participants<T extends 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.
|
T |
eisProductName(String value)
The JCA enterprise information system's product name.
|
String |
eisProductVersion()
The JCA enterprise information system's product version
|
T |
eisProductVersion(String value)
The JCA enterprise information system's product version
|
String |
getKey() |
String |
jmxName()
The JMX name of this participant.
|
T |
jmxName(String value)
The JMX name of this participant.
|
String |
jndiName()
JNDI name of this participant.
|
T |
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).
|
T |
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.
|
T |
type(String value)
The type name under which this record is stored.
|
public Participants(String key)
public String getKey()
public String eisProductName()
public T eisProductName(String value)
public String eisProductVersion()
public T eisProductVersion(String value)
public String jmxName()
public String jndiName()
public String status()
public T status(String value)
public String type()
Copyright © 2015 JBoss by Red Hat. All rights reserved.