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

All Superinterfaces:
BasicBeanMBean
All Known Subinterfaces:
BasicActionBeanMBean, StateBeanMBean, TransactionStatusManagerItemBeanMBean, XAResourceRecordBeanMBean
All Known Implementing Classes:
AtomicActionBean, BasicActionBean, LogRecordBean, ObjStoreEntryBean, StateBean, TransactionStatusManagerItemBean, UidBean

@MXBeanDescription(value="Common properties of records that have unique ids")
public interface UidBeanMBean
extends BasicBeanMBean

MBean representation of records that have unique ids

See Also:
Uid

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

Method Detail

getUid

@MXBeanPropertyDescription(value="A unique id for this record")
java.lang.String getUid()

getType

@MXBeanPropertyDescription(value="The object store type of the record")
java.lang.String getType()
Specified by:
getType in interface BasicBeanMBean