com.arjuna.ats.arjuna.tools.osb.mbean.common
Interface LogRecordListBeanMBean

All Superinterfaces:
BasicBeanMBean
All Known Implementing Classes:
LogRecordListBean

@MXBeanDescription(value="Encapsulates all participants in a particular state (prepared, pending, etc)")
public interface LogRecordListBeanMBean
extends BasicBeanMBean

MBean corresponding to records that contain lists of other records

See Also:
BasicAction

Method Summary
 java.lang.String getName()
           
 int getSize()
           
 
Methods inherited from interface com.arjuna.ats.arjuna.tools.osb.mbean.common.BasicBeanMBean
getMessages, getType, refresh
 

Method Detail

getName

@MXBeanPropertyDescription(value="The type of the list (failed, heuristic, etc)")
java.lang.String getName()

getSize

@MXBeanPropertyDescription(value="The number of records stored in the list")
int getSize()