com.arjuna.ats.arjuna.tools.osb.mbean
Interface LogRecordWrapperMBean

All Superinterfaces:
ObjStoreItemMBean, OSEntryBeanMBean
All Known Implementing Classes:
LogRecordWrapper

@MXBeanDescription(value="Representation of a transaction participant")
public interface LogRecordWrapperMBean
extends OSEntryBeanMBean


Method Summary
 String clearHeuristic()
           
 String getStatus()
           
 String getType()
           
 boolean isParticipant()
           
 void setStatus(String newState)
           
 
Methods inherited from interface com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBeanMBean
getId
 

Method Detail

getStatus

@MXBeanPropertyDescription(value="Indication of the status of this transaction participant (prepared, heuristic, etc)")
String getStatus()

setStatus

void setStatus(String newState)

clearHeuristic

@MXBeanPropertyDescription(value="Clear any heuristics so that the recovery system will replay the commit")
String clearHeuristic()

getType

@MXBeanPropertyDescription(value="The internal type of this transaction participant")
String getType()
Specified by:
getType in interface OSEntryBeanMBean

isParticipant

@MXBeanPropertyDescription(value="This entry corresponds to a transaction participant")
boolean isParticipant()


Copyright © 2011. All Rights Reserved.