public interface OcpProtocolListener extends NotificationListener
notification state-change-ind {
leaf msgType {
type OcpMsgType;
}
leaf xid {
type uint32;
}
leaf objId {
type ObjId;
}
leaf stateType {
type StateType;
}
leaf stateValue {
type StateVal;
}
uses stateChangeInd;
uses ocpHeader;
}
notification fault-ind {
leaf msgType {
type OcpMsgType;
}
leaf xid {
type uint32;
}
leaf objId {
type ObjId;
}
leaf faultId {
type FaultId;
}
leaf state {
type FaultState;
}
leaf severity {
type FaultSeverity;
}
leaf timestamp {
type xsd-dateTime;
}
leaf descr {
type string;
}
leaf-list affectedObj {
type string;
}
uses faultInd;
uses ocpHeader;
}
| Modifier and Type | Method and Description |
|---|---|
void |
onFaultInd(FaultInd notification) |
void |
onStateChangeInd(StateChangeInd notification) |
void onStateChangeInd(StateChangeInd notification)
void onFaultInd(FaultInd notification)
Copyright © 2016 OpenDaylight. All rights reserved.