psdi.mbo

Class MaximoDDFactory

    • Method Detail

      • getMaximoDD

        public MaximoDD getMaximoDD()
      • reload

        public void reload(java.lang.String key)
                    throws MXException
        Description copied from interface: MaximoCache
        Initialize a specific component of the cache identified by the key. E.g. In Maxvars, a specific maxvar can be reinitiliazed from the database. Don't call this method directly. Instead call MXServer.reloadCache(String, String, boolean).
        Specified by:
        reload in interface MaximoCache
        Overrides:
        reload in class AbstractMaximoMTEnabledCache
        Throws:
        MXException
      • getName

        public java.lang.String getName()
        Description copied from interface: MaximoCache
        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"
        Returns:
      • getCache

        public MaximoCache getCache()
        Description copied from interface: MaximoMTEnabledCache
        Return the maximo cache instance. This method is called to obtain the cache object. In multi-tenancy enviroment, if the cache is specific to the tenant, this method should return the cache instance based on the tenant id of the context. In non-multi-tenant environment, or the cache is not tenant specific, then it returns to the one cache object.
        Specified by:
        getCache in interface MaximoMTEnabledCache
        Overrides:
        getCache in class AbstractMaximoMTEnabledCache
        Returns: