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 TypeInterfaceDescriptioninterface
A TransportUnitSynchronizer. -
Uses of Synchronizer in org.openwms.wms.transport.impl
Classes in org.openwms.wms.transport.impl that implement SynchronizerModifier and TypeClassDescription(package private) class
A TransportUnitSynchronizerImpl is a transactional Spring managed service to synchronizeTransportUnit
changes 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.transportUnitSynchronizer
Constructors in org.openwms.wms.transport.listeners with parameters of type SynchronizerModifierConstructorDescription(package private)
TransportUnitCommandListener
(Synchronizer<TransportUnit> transportUnitSynchronizer, TransportUnitMapper transportUnitMapper)