| Interface | Description |
|---|---|
| IDemultiplex |
Interfaces implemented by classes that are able to demultiplex a number of stored locator data based on a specific
order or algorithm.
|
| IMultiplex |
Interfaces implemented by classes that are able to multiplex a number of incoming locators based on a specific
order or algorithm.
|
| Class | Description |
|---|---|
| FifoDemultiplex |
Implementation of the
IDemultiplex interface for the IBufferStore.MultiplexType.FIFO type of multiplexing |
| FifoMultiplex |
Implementation of the
IMultiplex interface for the IBufferStore.MultiplexType.FIFO type of multiplexing |
| FirstAvailableDemultiplex |
Implementation of the
IDemultiplex interface for the IBufferStore.MultiplexType.FirstAvailable type of demultiplexing |
| FirstAvailableMultiplex |
Implementation of the
IMultiplex interface for the IBufferStore.MultiplexType.FirstAvailable type of multiplexing |
| TimeStruct |
Utility class holding information on both timeout as well as associated time unit information.
|
Copyright © 2014. All Rights Reserved.