se.citerus.dddsample.application
Interface CargoInspectionService

All Known Implementing Classes:
CargoInspectionServiceImpl

public interface CargoInspectionService

Cargo inspection service.


Method Summary
 void inspectCargo(TrackingId trackingId)
          Inspect cargo and send relevant notifications to interested parties, for example if a cargo has been misdirected, or unloaded at the final destination.
 

Method Detail

inspectCargo

void inspectCargo(TrackingId trackingId)
Inspect cargo and send relevant notifications to interested parties, for example if a cargo has been misdirected, or unloaded at the final destination.

Parameters:
trackingId - cargo tracking id


Copyright © 2009. All Rights Reserved.