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()
|
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