public interface SupplyOrder
SuppliedManagedObject
.Modifier and Type | Method and Description |
---|---|
<D extends Enum<D>,F extends Enum<F>> |
fillOrder(SuppliedManagedObject<D,F> suppliedManagedObject)
Invoked to fill this
SupplyOrder with the
SuppliedManagedObject . |
AutoWire |
getAutoWire()
Obtains the
AutoWire to identify the ManagedObject to be
supplied. |
AutoWire getAutoWire()
Obtains the AutoWire
to identify the ManagedObject
to be
supplied.
This must match exactly the AutoWire
for the
SuppliedManagedObject
.
AutoWire
to identify the ManagedObject
to be
supplied.<D extends Enum<D>,F extends Enum<F>> void fillOrder(SuppliedManagedObject<D,F> suppliedManagedObject)
Invoked to fill this SupplyOrder
with the
SuppliedManagedObject
.
Should this order not be able to be filled (i.e. no
SuppliedManagedObject
matching the AutoWire
) then this
method will not be invoked.
D
- Dependency type keys.F
- JobSequence
type keys.suppliedManagedObject
- SuppliedManagedObject
.Copyright © 2005–2016. All rights reserved.