com.ibm.tivoli.maximo.mfmail.util

Interface MfMailCfgActivator

    • Method Detail

      • activate

        void activate(MfMailCfgRemote config)
               throws MXException,
                      java.rmi.RemoteException
        Activate the configuration.
        Parameters:
        config - the config
        Throws:
        MXException
        java.rmi.RemoteException
      • deactivate

        void deactivate(MfMailCfgRemote config)
                 throws MXException,
                        java.rmi.RemoteException
        Deactiate the configuration.
        Parameters:
        config - the config
        Throws:
        MXException
        java.rmi.RemoteException
      • canDeactivate

        void canDeactivate(MfMailCfgRemote config)
                    throws java.rmi.RemoteException,
                           MXException
        Check where the configuration can deactivate.
        Throws:
        java.rmi.RemoteException - the remote exception
        MXException - the mX exception
      • canActivate

        void canActivate(MfMailCfgRemote config)
                  throws java.rmi.RemoteException,
                         MXException
        Check where the configuration can activate.
        Throws:
        java.rmi.RemoteException - the remote exception
        MXException - the mX exception