Interface LogRecordWrapperMBean
-
- All Superinterfaces:
ObjStoreItemMBean,OSEntryBeanMBean
- All Known Implementing Classes:
LogRecordWrapper
@Deprecated @MXBeanDescription("Representation of a transaction participant") public interface LogRecordWrapperMBean extends OSEntryBeanMBean
Deprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringclearHeuristic()Deprecated.StringgetHeuristicStatus()Deprecated.StringgetStatus()Deprecated.StringgetType()Deprecated.booleanisParticipant()Deprecated.voidsetStatus(String newState)Deprecated.-
Methods inherited from interface com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBeanMBean
getId, remove
-
-
-
-
Method Detail
-
getStatus
@MXBeanPropertyDescription("Indication of the status of this transaction participant (prepared, heuristic, etc)") String getStatus()
Deprecated.
-
setStatus
void setStatus(String newState)
Deprecated.
-
clearHeuristic
@MXBeanPropertyDescription("Clear any heuristics so that the recovery system will replay the commit") String clearHeuristic()
Deprecated.
-
getType
@MXBeanPropertyDescription("The internal type of this transaction participant") String getType()
Deprecated.- Specified by:
getTypein interfaceOSEntryBeanMBean
-
isParticipant
@MXBeanPropertyDescription("This entry corresponds to a transaction participant") boolean isParticipant()
Deprecated.
-
getHeuristicStatus
@MXBeanPropertyDescription("If this record represents a heuristic then report the type of the heuristic") String getHeuristicStatus()
Deprecated.
-
-