public class ISNResponse
extends java.lang.Object
| Constructor and Description |
|---|
ISNResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
parseISNResponse(java.net.Socket socket,
int reportId,
AlcatelNR8PLIooIsnCollectorProperties collectorProperties)
Gets report name from CheckISNReportResponse, performs ISN report FTP by calling
DownloadISNReport and calls other routines for parsing each ISN report.
|
int |
readLoginResponse(java.net.Socket socket)
Reads ISN login response from ISN NBI.
|
public int readLoginResponse(java.net.Socket socket)
socket - Telnet socket to ALU EMS with ISN NBIpublic java.util.Map<java.lang.String,java.lang.Object> parseISNResponse(java.net.Socket socket,
int reportId,
AlcatelNR8PLIooIsnCollectorProperties collectorProperties)
socket - Telnet socket to ALU EMS with ISN NBIreportId - ISN report Idconfig - Configuration data from Collector cfg file