psdi.mbo

Class NumericDomainCache

    • Method Detail

      • getInstance

        public static final NumericDomainCache getInstance()
        Returns:
        the cache instance
      • getDescForValue

        public java.lang.String getDescForValue(java.lang.String domainid,
                                                java.lang.String orgid,
                                                java.lang.String siteid,
                                                java.lang.Double value,
                                                UserInfo userInfo)
                                         throws MXException
        Throws:
        MXException
      • getName

        public java.lang.String getName()
        Returns the name of the cache object. Should be unique within the app server. This name is used to uniquely identify the cache object among all cached object for both accessing the cache object as well as refreshing the cache object. Ex. MaximoDD returns "MAXIMODD"
        Specified by:
        getName in interface MaximoCache
        Returns:
        name of the cache