public class MatchOutputBase extends Object implements MatchOutputIntf
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
matchData |
protected Map<String,Object> |
matchMap |
| Constructor and Description |
|---|
MatchOutputBase() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDefError() |
void |
init(Map<String,Object> aMatchMap,
Map<String,Object> aMatchData) |
void |
resetFunction() |
void |
runMatchOutput() |
void |
setFunctionParams(List<Map<String,Object>> aParamList,
String aDatabasePoolName) |
void |
shutdown() |
public void setFunctionParams(List<Map<String,Object>> aParamList, String aDatabasePoolName) throws Exception
setFunctionParams in interface MatchOutputIntfExceptionpublic void init(Map<String,Object> aMatchMap, Map<String,Object> aMatchData) throws Exception
init in interface MatchOutputIntfExceptionpublic void runMatchOutput()
runMatchOutput in interface MatchOutputIntfpublic void resetFunction()
throws Exception
resetFunction in interface MatchOutputIntfExceptionpublic void shutdown()
shutdown in interface MatchOutputIntfpublic int getDefError()
Copyright © 2020. All rights reserved.