public interface MfMailCfgActivator
Modifier and Type | Method and Description |
---|---|
void |
activate(MfMailCfgRemote config)
Activate the configuration.
|
void |
canActivate(MfMailCfgRemote config)
Check where the configuration can activate.
|
void |
canDeactivate(MfMailCfgRemote config)
Check where the configuration can deactivate.
|
void |
deactivate(MfMailCfgRemote config)
Deactiate the configuration.
|
void activate(MfMailCfgRemote config) throws MXException, java.rmi.RemoteException
config
- the configMXException
java.rmi.RemoteException
void deactivate(MfMailCfgRemote config) throws MXException, java.rmi.RemoteException
config
- the configMXException
java.rmi.RemoteException
void canDeactivate(MfMailCfgRemote config) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
- the remote exceptionMXException
- the mX exceptionvoid canActivate(MfMailCfgRemote config) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
- the remote exceptionMXException
- the mX exception