Class Asn1FileHandler
java.lang.Object
com.metasolv.nm.collector.asn1file.Asn1FileHandler
- All Implemented Interfaces:
FileHandlerIfc
Network Mediation
User: jwu
Date: Aug 23, 2005
Time: 10:37:10 AM
MetaSolv Software Inc.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected intprotected static final Stringprotected static final Stringprotected LoggerIfcprotected DCNodeprotected NPLFieldProcessorprotected static final Stringprotected RecordDecoderprotected intprotected static final Stringprotected booleanprotected static final Stringprotected Stringprotected static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanprocessFile(File file) voidvoidshutdown()voidskip(InputStream in, long count)
-
Field Details
-
logger
-
node
-
nplProcessor
-
recordDecoder
-
shutdown
protected boolean shutdown -
ASN1_PROJECT_CLASS
- See Also:
-
GET_CODER_METHOD
- See Also:
-
COMPILED_PDU_CLASS
- See Also:
-
RECOVERY_FILE_EXT
- See Also:
-
FILENAME_NAR_ID
- See Also:
-
CURRENT_CDR_COUNT
- See Also:
-
TOTAL_CDR_COUNT
- See Also:
-
ASN1_BATCH_SIZE
- See Also:
-
SPLIT_MO
- See Also:
-
FILE_HEADER_SIZE
- See Also:
-
RECORD_HEADER_SIZE
- See Also:
-
fileHeaderSize
protected int fileHeaderSize -
recordHeaderSize
protected int recordHeaderSize -
asn_batch_count
protected int asn_batch_count -
split_mo_name
-
-
Constructor Details
-
Asn1FileHandler
- Throws:
Exception
-
-
Method Details
-
processFile
- Specified by:
processFilein interfaceFileHandlerIfc- Throws:
Exception
-
skip
- Throws:
IOException
-
getCDRLength
-
setErrorFlag
public void setErrorFlag()- Specified by:
setErrorFlagin interfaceFileHandlerIfc
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceFileHandlerIfc
-