com.arjuna.ats.arjuna.tools.osb.mbean
Class ObjStoreEntryBean

java.lang.Object
  extended by com.arjuna.ats.arjuna.tools.osb.mbean.common.BasicBean
      extended by com.arjuna.ats.arjuna.tools.osb.mbean.common.UidBean
          extended by com.arjuna.ats.arjuna.tools.osb.mbean.common.StateBean
              extended by com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreEntryBean
All Implemented Interfaces:
BasicBeanMBean, StateBeanMBean, UidBeanMBean
Direct Known Subclasses:
BasicActionBean

public class ObjStoreEntryBean
extends StateBean

Super class for MBean representations of Object Store records

See Also:
StateBeanMBean

Field Summary
 
Fields inherited from class com.arjuna.ats.arjuna.tools.osb.mbean.common.StateBean
formatter, info
 
Fields inherited from class com.arjuna.ats.arjuna.tools.osb.mbean.common.UidBean
uid
 
Fields inherited from class com.arjuna.ats.arjuna.tools.osb.mbean.common.BasicBean
errorMessages, marked, parent, type
 
Constructor Summary
ObjStoreEntryBean(ObjStoreTypeBean parent, Uid uid)
           
 
Method Summary
 ObjectStore getStore()
           
 
Methods inherited from class com.arjuna.ats.arjuna.tools.osb.mbean.common.StateBean
getAgeInSeconds, getCreationTime, getObjectType, getStatus, getStoreRoot, getType, getUid
 
Methods inherited from class com.arjuna.ats.arjuna.tools.osb.mbean.common.UidBean
getObjectName
 
Methods inherited from class com.arjuna.ats.arjuna.tools.osb.mbean.common.BasicBean
addError, clearErrors, equals, getDescription, getMessages, getParent, hashCode, isMarked, mark, refresh, register, toString, unregister, unregisterDependents
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.arjuna.ats.arjuna.tools.osb.mbean.common.BasicBeanMBean
getMessages, refresh
 

Constructor Detail

ObjStoreEntryBean

public ObjStoreEntryBean(ObjStoreTypeBean parent,
                         Uid uid)
Method Detail

getStore

public ObjectStore getStore()