public class MfMailCfgSTController extends java.lang.Object implements MfMailCfgController
| Constructor and Description | 
|---|
| MfMailCfgSTController(MfMailCfgRemote config)Instantiates a new mf mail cfg st controller. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | deleteAllChildren(long accessModifier)Delete all children. | 
| MfMailCfgActivator | getActivator()Gets the activator from ActivatorContext. | 
| java.lang.String[] | getBaseNames()Gets the base names for control and value tables. | 
| java.lang.String | getChildBaseName()Gets the child base name. | 
| java.lang.String | getGrandChildBaseName()Gets the grand child base name. | 
| void | propagateActivateConfiguration(boolean isActive)Propagate activate configuration to the children. | 
public MfMailCfgSTController(MfMailCfgRemote config)
config - the configpublic MfMailCfgActivator getActivator() throws java.rmi.RemoteException, MXException
MfMailCfgControllergetActivator in interface MfMailCfgControllerjava.rmi.RemoteExceptionMXExceptionpublic java.lang.String[] getBaseNames()
MfMailCfgControllergetBaseNames in interface MfMailCfgControllerpublic void propagateActivateConfiguration(boolean isActive)
                                    throws MXException,
                                           java.rmi.RemoteException
MfMailCfgControllerpropagateActivateConfiguration in interface MfMailCfgControllerisActive - the is activeMXExceptionjava.rmi.RemoteExceptionpublic void deleteAllChildren(long accessModifier)
                       throws MXException,
                              java.rmi.RemoteException
MfMailCfgControllerdeleteAllChildren in interface MfMailCfgControlleraccessModifier - the access modifierMXException - the mX exceptionjava.rmi.RemoteException - the remote exceptionpublic java.lang.String getChildBaseName()
MfMailCfgControllergetChildBaseName in interface MfMailCfgControllerpublic java.lang.String getGrandChildBaseName()
MfMailCfgControllergetGrandChildBaseName in interface MfMailCfgController