public class MfMailCfgActivatorTemplate extends java.lang.Object implements MfMailCfgActivator
| Constructor and Description |
|---|
MfMailCfgActivatorTemplate(MfMailCfgTargetTemplate target) |
| 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.
|
boolean |
hasOtherActivatedCfg(MfMailCfgRemote config) |
public MfMailCfgActivatorTemplate(MfMailCfgTargetTemplate target)
target - public void activate(MfMailCfgRemote config) throws MXException, java.rmi.RemoteException
MfMailCfgActivatoractivate in interface MfMailCfgActivatorconfig - the configMXExceptionjava.rmi.RemoteExceptionpublic void deactivate(MfMailCfgRemote config) throws MXException, java.rmi.RemoteException
MfMailCfgActivatordeactivate in interface MfMailCfgActivatorconfig - the configMXExceptionjava.rmi.RemoteExceptionpublic void canDeactivate(MfMailCfgRemote config) throws MXException, java.rmi.RemoteException
MfMailCfgActivatorcanDeactivate in interface MfMailCfgActivatorMXException - the mX exceptionjava.rmi.RemoteException - the remote exceptionpublic void canActivate(MfMailCfgRemote config) throws MXException, java.rmi.RemoteException
MfMailCfgActivatorcanActivate in interface MfMailCfgActivatorMXException - the mX exceptionjava.rmi.RemoteException - the remote exceptionpublic boolean hasOtherActivatedCfg(MfMailCfgRemote config) throws java.rmi.RemoteException, MXException
java.rmi.RemoteExceptionMXException