psdi.app.citype.virtual

Class CdmCiTypeChangeStatusSet

    • Constructor Detail

      • CdmCiTypeChangeStatusSet

        public CdmCiTypeChangeStatusSet(MboServerInterface ms)
                                 throws MXException,
                                        java.rmi.RemoteException
        Construct the set
        Parameters:
        ms -
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Factory method to create an CITypeChangeStatus object.
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - CITypeChangeStatusSet.
        Returns:
        CITypeChangeStatus Mbo object.
        Throws:
        MXException
        java.rmi.RemoteException
      • changeMboStatus

        protected void changeMboStatus(MboRemote CiType,
                                       MboRemote param)
                                throws MXException,
                                       java.rmi.RemoteException
        Description copied from class: ChangeStatusSet
        This method is used to change a Mbo's status with the parameters given. This method should be overridden when the change status method does not take the standard parameter attributes "status", "AsOfDate", and "memo" or the Mbo changing status is not a StatefulMboRemote.
        Overrides:
        changeMboStatus in class ChangeStatusSet
        Throws:
        MXException
        java.rmi.RemoteException