psdi.dm.procclass

Class DMDbInfoObjViewProcess

  • All Implemented Interfaces:
    MicConstants, MosConstants


    public class DMDbInfoObjViewProcess
    extends MicSetIn
    Represents class to process DMDBINFORELATION mos in Deployment manager.
    • Field Detail

      • SEPARATOR_TOKEN

        protected static final java.lang.String SEPARATOR_TOKEN
        See Also:
        Constant Field Values
    • Constructor Detail

      • DMDbInfoObjViewProcess

        public DMDbInfoObjViewProcess()
                               throws MXException,
                                      java.rmi.RemoteException
        Construct the set.
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • setAdditionalData

        public void setAdditionalData(MboSetRemote mboSet,
                                      java.lang.String objectName)
                               throws MXException,
                                      java.rmi.RemoteException
        Description copied from class: MosProcessImpl
        Default method to set all addition data from XML to MBO which was not set thru Integration DD
        Overrides:
        setAdditionalData in class MosProcessImpl
        Parameters:
        mboSet - Give MboSet for the current level.
        objectName - Give name of process MAXIMO table
        Throws:
        MXException - MAXIMO exception
        java.rmi.RemoteException - Remote exception
      • afterReplace

        public void afterReplace(MboRemote child)
                          throws MXException,
                                 java.rmi.RemoteException
        Description copied from class: MosProcessImpl
        Called for action Replace or null scenario after processing while XML to delete data which did not come in XML
        Overrides:
        afterReplace in class MosProcessImpl
        Parameters:
        child - Give Mbo for the current level.
        Throws:
        MXException - MAXIMO exception
        java.rmi.RemoteException - Remote exception