Uses of Interface
org.openwms.wms.transport.Synchronizer
Packages that use Synchronizer
Package
Description
- 
Uses of Synchronizer in org.openwms.wms.transport
Subinterfaces of Synchronizer in org.openwms.wms.transportModifier and TypeInterfaceDescriptioninterfaceA TransportUnitSynchronizer. - 
Uses of Synchronizer in org.openwms.wms.transport.impl
Classes in org.openwms.wms.transport.impl that implement SynchronizerModifier and TypeClassDescription(package private) classA TransportUnitSynchronizerImpl is a transactional Spring managed service to synchronizeTransportUnitchanges on the golden source. - 
Uses of Synchronizer in org.openwms.wms.transport.listeners
Fields in org.openwms.wms.transport.listeners declared as SynchronizerModifier and TypeFieldDescriptionprivate final Synchronizer<TransportUnit>TransportUnitCommandListener.transportUnitSynchronizerConstructors in org.openwms.wms.transport.listeners with parameters of type SynchronizerModifierConstructorDescription(package private)TransportUnitCommandListener(Synchronizer<TransportUnit> transportUnitSynchronizer, TransportUnitMapper transportUnitMapper)