Interface XidSequencer
- All Known Subinterfaces:
DeviceInfo
public interface XidSequencer
Reserves unique XID for Device Messages.
-
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.yangtools.yang.common.Uint32
Method reserve unique XID for Device Message.
-
Method Details
-
reserveXidForDeviceMessage
org.opendaylight.yangtools.yang.common.Uint32 reserveXidForDeviceMessage()Method reserve unique XID for Device Message. Attention: OFJava expect the message, otherwise OutboundQueue could stop working.- Returns:
- Reserved XID
-