@Deprecated @MXBeanDescription(value="Representation of a transaction participant") public interface LogRecordWrapperMBean extends OSEntryBeanMBean
Modifier and Type | Method and Description |
---|---|
String |
clearHeuristic()
Deprecated.
|
String |
getHeuristicStatus()
Deprecated.
|
String |
getStatus()
Deprecated.
|
String |
getType()
Deprecated.
|
boolean |
isParticipant()
Deprecated.
|
void |
setStatus(String newState)
Deprecated.
|
getId, remove
@MXBeanPropertyDescription(value="Indication of the status of this transaction participant (prepared, heuristic, etc)") String getStatus()
void setStatus(String newState)
@MXBeanPropertyDescription(value="Clear any heuristics so that the recovery system will replay the commit") String clearHeuristic()
@MXBeanPropertyDescription(value="The internal type of this transaction participant") String getType()
getType
in interface OSEntryBeanMBean
@MXBeanPropertyDescription(value="This entry corresponds to a transaction participant") boolean isParticipant()
@MXBeanPropertyDescription(value="If this record represents a heuristic then report the type of the heuristic") String getHeuristicStatus()
Copyright © 2021 JBoss by Red Hat. All rights reserved.