psdi.workflow

Class AutoInitCache

  • java.lang.Object
    • psdi.workflow.AutoInitCache
  • All Implemented Interfaces:
    MaximoCache


    public class AutoInitCache
    extends java.lang.Object
    implements MaximoCache
    This cache stores the names of the processes marked as AutoInit per Mbo name.
    • Constructor Summary

      Constructors 
      Constructor and Description
      AutoInitCache()
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      Returns the name of the cache object.
      java.lang.String getProcess(MboRemote mbo)
      Returns the cached name of the Auto Init process for the mbo.
      void init()
      No initial load of values is done.
      void reload()
      Clears the lookup map.
      void reload(java.lang.String key)
      Clear the cached process name for the given mbo name.
      • Methods inherited from class java.lang.Object

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

      • AutoInitCache

        public AutoInitCache()
        Constructor