public class ReportDB_Handler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
handlerId |
protected Hashtable<String,ReportDB> |
moduleList |
| Constructor and Description |
|---|
ReportDB_Handler() |
ReportDB_Handler(String handlerId,
String dbHost) |
| Modifier and Type | Method and Description |
|---|---|
void |
fillFromDB() |
void |
fillFromDB(String handlerId,
String dbHost) |
void |
fillFromXML() |
String |
getModuleList() |
String |
getModuleList(String handlerId) |
int |
getPCCDatabaseVersion(Inet4Address address) |
ReportDB |
getStateReportDB(String key) |
String |
getStateReportDBList(Inet4Address ad) |
boolean |
isDbActive() |
void |
proccessOpen(es.tid.pce.pcep.objects.OPEN open,
Inet4Address address) |
void |
processReport(es.tid.pce.pcep.messages.PCEPReport pcepReport) |
void |
setDbActive(boolean dbActive) |
void |
setStateReportDB(String key,
ReportDB rptdb) |
String |
toString() |
protected String handlerId
public void fillFromDB()
public void fillFromXML()
public String getStateReportDBList(Inet4Address ad)
public String getModuleList()
public void processReport(es.tid.pce.pcep.messages.PCEPReport pcepReport)
public void proccessOpen(es.tid.pce.pcep.objects.OPEN open,
Inet4Address address)
public boolean isDbActive()
public void setDbActive(boolean dbActive)
public int getPCCDatabaseVersion(Inet4Address address)
Copyright © 2016. All rights reserved.