public class MemberGroupMediator extends AbstractMemberMediator
| Constructor and Description |
|---|
MemberGroupMediator() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the resource used in the mediator.
|
void |
init()
Does some initialization.
|
execute, getConfigProperties, getEndKey, getStartKey, initConfig, postProcess, preProcess, setConfigPropertiespublic void init()
throws DataLoadException
init in interface BusinessObjectMediatorinit in class AbstractMemberMediatorDataLoadException - if there are some errors.public void close()
throws DataLoadException
close in interface BusinessObjectMediatorclose in class AbstractMemberMediatorDataLoadException - if there are some errors.