psdi.plusc.app.plusctmplt

Class PlusCAssetTemplateStatusHandler

  • All Implemented Interfaces:
    MboConstants


    public class PlusCAssetTemplateStatusHandler
    extends StatusHandler
    Status handler for the asset template.
    • Constructor Detail

      • PlusCAssetTemplateStatusHandler

        public PlusCAssetTemplateStatusHandler(StatefulMbo sm)
        Parameters:
        sm -
    • Method Detail

      • changeStatus

        public void changeStatus(java.lang.String currentStatus,
                                 java.lang.String desiredStatus,
                                 java.util.Date date,
                                 java.lang.String memo)
                          throws MXException,
                                 java.rmi.RemoteException
        Description copied from class: StatusHandler
        Change the status from the specified state to a desired state It is up to the programmer to throw and exception from this rountine if the specified status does not exist !
        Overrides:
        changeStatus in class StatusHandler
        Throws:
        MXException
        java.rmi.RemoteException