psdi.dm.procclass

Class DMCTRLGrpProcess

  • All Implemented Interfaces:
    MicConstants, MosConstants


    public class DMCTRLGrpProcess
    extends MicSetIn
    Represents class to process DMCTRLGROUP mos in Deployment manager. CTRLCONDITION has primary key ctrlgroupid which is a restricted unique id.But it is a child mbo. So copy ctrlgroup's unique id.
    • Constructor Detail

      • DMCTRLGrpProcess

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

      • checkBusinessRules

        public int checkBusinessRules(MboSetRemote mboSet,
                                      java.lang.String tableName)
                               throws MXException,
                                      java.rmi.RemoteException
        Description copied from class: MosProcessImpl
        Default method to call back and find out can we process data.
        Overrides:
        checkBusinessRules in class MosProcessImpl
        Parameters:
        mboSet - Give MboSet for the current level.
        tableName - Give of the table to process.
        Returns:
        PROCESS (means continue to process)
        Throws:
        MXException - MAXIMO exception
        java.rmi.RemoteException - Remote exception