Interface XidSequencer
-
- All Known Subinterfaces:
DeviceInfo
public interface XidSequencer
Reserves unique XID for Device Messages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Long
reserveXidForDeviceMessage()
Method reserve unique XID for Device Message.
-
-
-
Method Detail
-
reserveXidForDeviceMessage
Long reserveXidForDeviceMessage()
Method reserve unique XID for Device Message. Attention: OFJava expect the message, otherwise OutboundQueue could stop working.- Returns:
- Reserved XID
-
-