public interface MfMailCfgController
| 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.
|
MfMailCfgActivator getActivator() throws java.rmi.RemoteException, MXException
java.rmi.RemoteExceptionMXExceptionjava.lang.String[] getBaseNames()
void propagateActivateConfiguration(boolean isActive)
throws MXException,
java.rmi.RemoteException
isActive - the is activeMXExceptionjava.rmi.RemoteExceptionvoid deleteAllChildren(long accessModifier)
throws MXException,
java.rmi.RemoteException
accessModifier - the access modifierMXException - the mX exceptionjava.rmi.RemoteException - the remote exceptionjava.lang.String getChildBaseName()
java.lang.String getGrandChildBaseName()