Uses of Interface
org.openwms.tms.impl.TargetHandler
Package
Description
This package contains the implementation classes that shall not be used directly only through interfaces.
This package contains logic for changing the target of a TransportOrder.
-
Uses of TargetHandler in org.openwms.tms.impl
Modifier and TypeMethodDescriptionTargetResolver.getHandler()
Get a handle reference to the handler instance that actually resolves the target. -
Uses of TargetHandler in org.openwms.tms.impl.targets
Modifier and TypeClassDescription(package private) class
A LocationGroupTargetHandler.(package private) class
A LocationTargetHandler.Modifier and TypeFieldDescriptionprivate final TargetHandler
<org.openwms.common.location.api.LocationGroupVO> DefaultTargetResolvers.LocationGroupTargetResolver.handler
private final TargetHandler
<org.openwms.common.location.api.LocationVO> DefaultTargetResolvers.LocationTargetResolver.handler
Modifier and TypeMethodDescriptionTargetHandler
<org.openwms.common.location.api.LocationGroupVO> DefaultTargetResolvers.LocationGroupTargetResolver.getHandler()
Get a handle reference to the handler instance that actually resolves the target.TargetHandler
<org.openwms.common.location.api.LocationVO> DefaultTargetResolvers.LocationTargetResolver.getHandler()
Get a handle reference to the handler instance that actually resolves the target.ModifierConstructorDescriptionLocationGroupTargetResolver
(org.openwms.common.location.api.LocationGroupApi locationGroupApi, TargetHandler<org.openwms.common.location.api.LocationGroupVO> handler) LocationTargetResolver
(org.openwms.common.location.api.LocationApi locationApi, TargetHandler<org.openwms.common.location.api.LocationVO> handler)