| 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
|
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 void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="eis-product-name") public String eisProductName()
public T eisProductName(String value)
@ModelNodeBinding(detypedName="eis-product-version") public String eisProductVersion()
public T eisProductVersion(String value)
@ModelNodeBinding(detypedName="jmx-name") public String jmxName()
@ModelNodeBinding(detypedName="jndi-name") public String jndiName()
@ModelNodeBinding(detypedName="status") public String status()
public T status(String value)
@ModelNodeBinding(detypedName="type") public String type()
Copyright © 2015 JBoss by Red Hat. All rights reserved.