public class Participants<T extends Participants<T>> extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Participants.Status  | 
| Constructor and Description | 
|---|
Participants(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
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. 
 | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
Participants.Status | 
status()
Reports the commitment status of this participant (can be one of Pending,
 Prepared, Failed, Heuristic or Readonly). 
 | 
T | 
status(Participants.Status 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 void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String eisProductName()
public T eisProductName(String value)
public String eisProductVersion()
public T eisProductVersion(String value)
public String jmxName()
public String jndiName()
public Participants.Status status()
public T status(Participants.Status value)
public String type()
Copyright © 2018 JBoss by Red Hat. All rights reserved.