com.ibm.tivoli.maximo.expression

Class FormulaListenerManager

  • java.lang.Object
    • com.ibm.tivoli.maximo.expression.FormulaListenerManager


  • public class FormulaListenerManager
    extends java.lang.Object
    • Constructor Detail

      • FormulaListenerManager

        public FormulaListenerManager()
    • Method Detail

      • registerFormulaListener

        public void registerFormulaListener(java.lang.String objectName,
                                            java.lang.String mboAttributeName,
                                            AttrFormulaInfo attrFormulaInfo)
                                     throws MXException,
                                            java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • registerFormulaDriverListener

        public void registerFormulaDriverListener(java.lang.String objectName,
                                                  java.lang.String attributeName,
                                                  AttrFormulaInfo afi)
                                           throws java.rmi.RemoteException,
                                                  MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • unregisterListeners

        public void unregisterListeners(java.lang.String scriptName,
                                        boolean remove)
                                 throws MXException
        Throws:
        MXException
      • unregisterListeners

        public void unregisterListeners(java.lang.String scriptName,
                                        java.util.Map eventMap,
                                        boolean remove)
                                 throws MXException
        Throws:
        MXException