psdi.iface.omp

Class OmpImLmoRelCacheImpl

  • java.lang.Object
    • psdi.iface.omp.OmpImLmoRelCacheImpl
  • All Implemented Interfaces:
    MaximoCache


    public class OmpImLmoRelCacheImpl
    extends java.lang.Object
    implements MaximoCache
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.Map getImKeyMap() 
      java.util.Map getLmoKeyMap() 
      java.lang.String getName()
      Returns the name of the cache object.
      java.util.Map getOmpguidKeyMap() 
      java.util.Map getOmpLmoKeyMap() 
      void init()
      Initializes the cache.
      void reload()
      OmpImLmoImRelCache refresh
      void reload(java.lang.String key)
      Initialize a specific component of the cache identified by the key.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OmpImLmoRelCacheImpl

        public OmpImLmoRelCacheImpl()
    • Method Detail

      • 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"
        Specified by:
        getName in interface MaximoCache
        Returns:
        cache name
      • getOmpLmoKeyMap

        public java.util.Map getOmpLmoKeyMap()
        Returns:
        Map with ompguid,lmoname,lmonamespace as key
      • getLmoKeyMap

        public java.util.Map getLmoKeyMap()
        Returns:
        Map with lmoname,lmonamespace as key
      • getImKeyMap

        public java.util.Map getImKeyMap()
        Returns:
        Map with imname,imversion as key
      • getOmpguidKeyMap

        public java.util.Map getOmpguidKeyMap()
        Returns:
        Map with ompguid as key
      • 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
        Throws:
        MXException