Interface XidSequencer
- 
- All Known Subinterfaces:
 DeviceInfo
public interface XidSequencerReserves unique XID for Device Messages. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LongreserveXidForDeviceMessage()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
 
 
 - 
 
 -