com.ibm.tivoli.maximo.notification

Class OSEventCache

    • Method Detail

      • getInstance

        public static final OSEventCache getInstance()
        Returns:
        the cache instance
      • 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"
        Returns:
        name of the cache
      • getEventInfo

        public OSEventInfo getEventInfo(java.lang.String osName,
                                        java.lang.String eventName)
      • getOSEventMap

        public java.util.Map getOSEventMap(java.lang.String osName)
      • isFireEvent

        public boolean isFireEvent(java.lang.String osName,
                                   java.lang.String eventName,
                                   Mbo mbo)
                            throws java.rmi.RemoteException,
                                   MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • getEventDesc

        public java.lang.String getEventDesc(java.lang.String osName,
                                             java.lang.String eventName,
                                             java.lang.String langCode)
                                      throws java.rmi.RemoteException,
                                             MXException
        Throws:
        java.rmi.RemoteException
        MXException