psdi.iface.app.ticket

Class MaxSRProcess

  • All Implemented Interfaces:
    MicConstants, MosConstants


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

      • MaxSRProcess

        public MaxSRProcess()
                     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