com.ibm.ism.script.autoscript

Class MaxLaunchPointProcess

  • All Implemented Interfaces:
    MicConstants, MosConstants


    public class MaxLaunchPointProcess
    extends StatefulMicSetIn
    Integration point processing class for Asset transactions coming into Maximo from an external system.
    • Constructor Detail

      • MaxLaunchPointProcess

        public MaxLaunchPointProcess()
                              throws MXException,
                                     java.rmi.RemoteException
        Constructor
        Throws:
        MXException - Maximo exception
        java.rmi.RemoteException - Remote exception
    • Method Detail

      • setAdditionalData

        public void setAdditionalData(MboSetRemote mboSet,
                                      java.lang.String tableName)
                               throws MXException,
                                      java.rmi.RemoteException
        Sets additional data from XML to MBO which was not set through Integration Data Dictionary. This method is called for each Mbo Set in the XML.
        Overrides:
        setAdditionalData in class MosProcessImpl
        Parameters:
        mboSet - The current level MboSet.
        tableName - The MAXIMO table name being processed.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception