Class UidWrapper

java.lang.Object
com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper

@Deprecated public class UidWrapper extends Object
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.
  • Constructor Details

  • Method Details

    • setRecordWrapperTypeName

      public static void setRecordWrapperTypeName(String name)
      Deprecated.
    • getRecordWrapperTypeName

      public static String getRecordWrapperTypeName()
      Deprecated.
    • getMBean

      public OSEntryBean getMBean()
      Deprecated.
    • probe

      public void probe() throws MBeanException
      Deprecated.
      Refresh the management view of the whole ObjectStore
      Throws:
      MBeanException
    • getType

      public String getType()
      Deprecated.
    • getName

      public String getName()
      Deprecated.
    • setName

      public void setName(String name)
      Deprecated.
    • getClassName

      public String getClassName()
      Deprecated.
    • unregister

      public void unregister()
      Deprecated.
    • getTimestamp

      public long getTimestamp()
      Deprecated.
      The timestamp represent the time (in milliseconds) when the bean was registered. It is used for deciding when a bean needs unregistering.
      Returns:
      the timestamp
    • setTimestamp

      public void setTimestamp(long tstamp)
      Deprecated.
    • getUid

      public Uid getUid()
      Deprecated.
    • getBrowser

      public ObjStoreBrowser getBrowser()
      Deprecated.
    • getBrowserMBeanName

      public String getBrowserMBeanName()
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • toString

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

      public List<UidWrapper> probe(String type)
      Deprecated.
    • createMBean

      public OSEntryBean createMBean()
      Deprecated.
      Construct an MBean to represent this ObjectStore record. The bean type used for construct the MBean is provided in the configuration of the @see ObjStoreBrowser
      Returns:
      the mbean representation
    • createAndRegisterMBean

      public void createAndRegisterMBean()
      Deprecated.
    • isAllowRegistration

      public boolean isAllowRegistration()
      Deprecated.
    • setAllowRegistration

      public void setAllowRegistration(boolean allowRegistration)
      Deprecated.