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 int
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected int
protected static final String
protected static final String
protected LoggerIfc
protected DCNode
protected NPLFieldProcessor
protected static final String
protected RecordDecoder
protected int
protected static final String
protected boolean
protected static final String
protected String
protected static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
processFile
(File file) void
void
shutdown()
void
skip
(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:
processFile
in interfaceFileHandlerIfc
- Throws:
Exception
-
skip
- Throws:
IOException
-
getCDRLength
-
setErrorFlag
public void setErrorFlag()- Specified by:
setErrorFlag
in interfaceFileHandlerIfc
-
shutdown
public void shutdown()- Specified by:
shutdown
in interfaceFileHandlerIfc
-