com.ibm.tivoli.maximo.notification

Class MessageTemplateCache

    • Method Detail

      • 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
      • resolveMessageTextTemplate

        public java.lang.String resolveMessageTextTemplate(java.lang.String name,
                                                           MboRemote mbo,
                                                           java.lang.String osName)
      • resolveMessagePropTemplate

        public com.ibm.json.java.JSONObject resolveMessagePropTemplate(java.lang.String name,
                                                                       java.lang.String templateText,
                                                                       MboRemote mbo,
                                                                       java.lang.String osName)
                                                                throws java.rmi.RemoteException,
                                                                       MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • resolveMessagePerDefaultTemplate

        public com.ibm.json.java.JSONObject resolveMessagePerDefaultTemplate(MboRemote mbo,
                                                                             java.lang.String osName)
                                                                      throws java.rmi.RemoteException,
                                                                             MXException
        Throws:
        java.rmi.RemoteException
        MXException