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, setConfigProperties
public void init() throws DataLoadException
init
in interface BusinessObjectMediator
init
in class AbstractMemberMediator
DataLoadException
- if there are some errors.public void close() throws DataLoadException
close
in interface BusinessObjectMediator
close
in class AbstractMemberMediator
DataLoadException
- if there are some errors.