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
MfMailCfgActivator
activate
in interface MfMailCfgActivator
config
- the configMXException
java.rmi.RemoteException
public void deactivate(MfMailCfgRemote config) throws MXException, java.rmi.RemoteException
MfMailCfgActivator
deactivate
in interface MfMailCfgActivator
config
- the configMXException
java.rmi.RemoteException
public void canDeactivate(MfMailCfgRemote config) throws MXException, java.rmi.RemoteException
MfMailCfgActivator
canDeactivate
in interface MfMailCfgActivator
MXException
- the mX exceptionjava.rmi.RemoteException
- the remote exceptionpublic void canActivate(MfMailCfgRemote config) throws MXException, java.rmi.RemoteException
MfMailCfgActivator
canActivate
in interface MfMailCfgActivator
MXException
- the mX exceptionjava.rmi.RemoteException
- the remote exceptionpublic boolean hasOtherActivatedCfg(MfMailCfgRemote config) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException