com.ibm.tivoli.maximo.amcrew.app

Class MaxAMCrewProcess

  • All Implemented Interfaces:
    MicConstants, MosConstants


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

      • MaxAMCrewProcess

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

      • applyMboRules

        protected int applyMboRules(MboRemote ruleMbo,
                                    java.lang.String hPath)
                             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:
        applyMboRules in class MicSetIn
        Parameters:
        mboSet - The current level MboSet.
        tableName - The MAXIMO table name being processed.
        Returns:
        action result of the rules
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception