public interface PcepMessageListener
extends org.opendaylight.yangtools.yang.binding.NotificationListener
notification open {
uses pcep:open-message;
}
notification keepalive {
uses pcep:keepalive-message;
}
notification pcreq {
uses pcep:pcreq-message;
}
notification pcrep {
uses pcep:pcrep-message;
}
notification pcntf {
uses pcep:pcntf-message;
}
notification pcerr {
uses pcep:pcerr-message;
}
notification close {
uses pcep:close-message;
}
notification starttls {
uses pcep:start-tls-message;
}
notification pcmonreq {
uses pcep:pcreq-message;
}
notification pcmonrep {
uses pcep:pcmonrep-message;
}
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(Close notification) |
void |
onKeepalive(Keepalive notification) |
void |
onOpen(Open notification) |
void |
onPcerr(Pcerr notification) |
void |
onPcmonrep(Pcmonrep notification) |
void |
onPcmonreq(Pcmonreq notification) |
void |
onPcntf(Pcntf notification) |
void |
onPcrep(Pcrep notification) |
void |
onPcreq(Pcreq notification) |
void |
onStarttls(Starttls notification) |
void onOpen(Open notification)
void onKeepalive(Keepalive notification)
void onPcreq(Pcreq notification)
void onPcrep(Pcrep notification)
void onPcntf(Pcntf notification)
void onPcerr(Pcerr notification)
void onClose(Close notification)
void onStarttls(Starttls notification)
void onPcmonreq(Pcmonreq notification)
void onPcmonrep(Pcmonrep notification)
Copyright © 2020 OpenDaylight. All rights reserved.