public interface ReportDB
| Modifier and Type | Interface and Description |
|---|---|
static class |
ReportDB.status |
| Modifier and Type | Method and Description |
|---|---|
void |
add(es.tid.pce.pcep.constructs.StateReport rpt) |
void |
clearReports() |
es.tid.pce.pcep.constructs.StateReport |
get(int rptId) |
int |
getKey(es.tid.pce.pcep.constructs.StateReport rpt) |
int |
getVersion() |
es.tid.pce.pcep.constructs.StateReport |
remove(int rptId) |
es.tid.pce.pcep.constructs.StateReport |
remove(es.tid.pce.pcep.constructs.StateReport rpt) |
void |
update(es.tid.pce.pcep.constructs.StateReport rpt) |
void add(es.tid.pce.pcep.constructs.StateReport rpt)
es.tid.pce.pcep.constructs.StateReport remove(es.tid.pce.pcep.constructs.StateReport rpt)
throws NullPointerException
NullPointerExceptiones.tid.pce.pcep.constructs.StateReport remove(int rptId)
throws NullPointerException
NullPointerExceptionvoid clearReports()
void update(es.tid.pce.pcep.constructs.StateReport rpt)
es.tid.pce.pcep.constructs.StateReport get(int rptId)
int getVersion()
int getKey(es.tid.pce.pcep.constructs.StateReport rpt)
Copyright © 2016. All rights reserved.