Class OSEntryBean

java.lang.Object
com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
All Implemented Interfaces:
ObjStoreItemMBean, OSEntryBeanMBean
Direct Known Subclasses:
ActionBean, JTSXAResourceRecordWrapper, LogRecordWrapper

@Deprecated public class OSEntryBean extends Object implements OSEntryBeanMBean
Deprecated.
as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.
  • Field Details

  • Constructor Details

    • OSEntryBean

      public OSEntryBean()
      Deprecated.
    • OSEntryBean

      public OSEntryBean(UidWrapper w)
      Deprecated.
  • Method Details

    • register

      public void register(String name)
      Deprecated.
    • unregister

      public void unregister(String name)
      Deprecated.
    • register

      public void register()
      Deprecated.
    • unregister

      public void unregister()
      Deprecated.
    • getName

      public String getName()
      Deprecated.
    • getType

      public String getType()
      Deprecated.
      Specified by:
      getType in interface OSEntryBeanMBean
    • type

      public String type()
      Deprecated.
    • activate

      public boolean activate()
      Deprecated.
    • getUid

      public Uid getUid(AbstractRecord rec)
      Deprecated.
    • getId

      public String getId()
      Deprecated.
      Specified by:
      getId in interface OSEntryBeanMBean
    • getUid

      public Uid getUid()
      Deprecated.
    • toString

      public StringBuilder toString(String prefix, StringBuilder sb)
      Deprecated.
    • remove

      public String remove() throws MBeanException
      Deprecated.
      Remove this record from the ObjectStore
      Specified by:
      remove in interface OSEntryBeanMBean
      Returns:
      a textual indication of whether the remove operation succeeded
      Throws:
      MBeanException
    • remove

      public String remove(boolean reprobe) throws MBeanException
      Deprecated.
      Throws:
      MBeanException
    • doRemove

      public boolean doRemove()
      Deprecated.