Class UidWrapper


  • @Deprecated
    public class UidWrapper
    extends java.lang.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 Detail

      • UidWrapper

        public UidWrapper​(Uid uid)
        Deprecated.
      • UidWrapper

        public UidWrapper​(ObjStoreBrowser browser,
                          java.lang.String beantype,
                          java.lang.String ostype,
                          java.lang.String className,
                          Uid uid)
        Deprecated.
      • UidWrapper

        public UidWrapper​(ObjStoreBrowser browser,
                          java.lang.String beantype,
                          java.lang.String ostype,
                          java.lang.String className,
                          Uid uid,
                          boolean allowRegistration)
        Deprecated.
    • Method Detail

      • setRecordWrapperTypeName

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

        public static java.lang.String getRecordWrapperTypeName()
        Deprecated.
      • probe

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

        public java.lang.String getType()
        Deprecated.
      • getName

        public java.lang.String getName()
        Deprecated.
      • setName

        public void setName​(java.lang.String name)
        Deprecated.
      • getClassName

        public java.lang.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 java.lang.String getBrowserMBeanName()
        Deprecated.
      • equals

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

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

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

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

        public java.util.List<UidWrapper> probe​(java.lang.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.