@MXBeanDescription(value="Representation of a transaction participant") public interface LogRecordWrapperMBean extends OSEntryBeanMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
clearHeuristic() |
java.lang.String |
getStatus() |
java.lang.String |
getType() |
boolean |
isParticipant() |
void |
setStatus(java.lang.String newState) |
getId
@MXBeanPropertyDescription(value="Indication of the status of this transaction participant (prepared, heuristic, etc)") java.lang.String getStatus()
void setStatus(java.lang.String newState)
@MXBeanPropertyDescription(value="Clear any heuristics so that the recovery system will replay the commit") java.lang.String clearHeuristic()
@MXBeanPropertyDescription(value="The internal type of this transaction participant") java.lang.String getType()
getType
in interface OSEntryBeanMBean
@MXBeanPropertyDescription(value="This entry corresponds to a transaction participant") boolean isParticipant()