Class 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.
    • Method Detail

      • setRecordWrapperTypeName

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

        public static String getRecordWrapperTypeName()
        Deprecated.
      • 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.
      • 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
      • 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.