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 java.lang.StringclearHeuristic()Deprecated.java.lang.StringgetHeuristicStatus()Deprecated.java.lang.StringgetStatus()Deprecated.java.lang.StringgetType()Deprecated.booleanisParticipant()Deprecated.voidsetStatus(java.lang.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)") java.lang.String getStatus()
Deprecated.
-
setStatus
void setStatus(java.lang.String newState)
Deprecated.
-
clearHeuristic
@MXBeanPropertyDescription("Clear any heuristics so that the recovery system will replay the commit") java.lang.String clearHeuristic()
Deprecated.
-
getType
@MXBeanPropertyDescription("The internal type of this transaction participant") java.lang.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") java.lang.String getHeuristicStatus()
Deprecated.
-
-