Package com.nt.udc.ei.node.sol42
Class Sol42FileHandler
java.lang.Object
com.nt.udc.ei.node.sol42.Sol42FileHandler
- All Implemented Interfaces:
FileHandlerIfc
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final String
protected static final String
protected static final byte
protected static final byte
protected static final String
protected static final String
static final String
protected LoggerIfc
protected DCNode
protected Sol42FieldProcessor
protected static final String
protected static final String
protected static final String
protected static final String
protected boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addConfigToRuleTree
(ArrayList<String> arr, String parent) boolean
processFile
(File file) void
void
shutdown()
void
writeToLog
(int recCount, File file, String errMsg)
-
Field Details
-
logger
-
node
-
nplProcessor
-
shutdown
protected boolean shutdown -
SCHEMA_FILE
- See Also:
-
RECOVERY_FILE_EXT
- See Also:
-
FILENAME_NAR_ID
- See Also:
-
rejExt
- See Also:
-
errLogExt
- See Also:
-
INPUT_BACKUP_DIR
- See Also:
-
canRejFile
protected static final byte canRejFile- See Also:
-
addToNar
protected static final byte addToNar- See Also:
-
ADD_HEADER_FIELDS
- See Also:
-
ADD_TRAILER_FIELDS
- See Also:
-
RECORD_ORDER
- See Also:
-
-
Constructor Details
-
Sol42FileHandler
- Throws:
Exception
-
-
Method Details
-
addConfigToRuleTree
-
processFile
- Specified by:
processFile
in interfaceFileHandlerIfc
- Throws:
Exception
-
writeToLog
-
getInputBackupDir
-
setErrorFlag
public void setErrorFlag()- Specified by:
setErrorFlag
in interfaceFileHandlerIfc
-
shutdown
public void shutdown()- Specified by:
shutdown
in interfaceFileHandlerIfc
-