Uses of Package
com.wm.app.tn.delivery

Packages that use com.wm.app.tn.delivery
com.wm.app.tn.db   
com.wm.app.tn.delivery   
 

Classes in com.wm.app.tn.delivery used by com.wm.app.tn.db
DeliveryException
          An exception that wraps other exceptions.
DeliveryQueue
          A virtual queue for document delivery.
DeliveryService
          This class holds the information for a B2B service to be used by the reliabe delivery engine to deliver a document.
GuaranteedJob
           A GuaranteedJob represents one unit of work for the task manager.
 

Classes in com.wm.app.tn.delivery used by com.wm.app.tn.delivery
DeliveryException
          An exception that wraps other exceptions.
DeliveryJob
           A DeliveryJob represents one unit of work for the reliable delivery engine.
DeliveryQueue
          A virtual queue for document delivery.
DeliverySchedule
          Stores scheduling information for a DeliveryQueue.
DeliveryService
          This class holds the information for a B2B service to be used by the reliabe delivery engine to deliver a document.
GuaranteedJob
           A GuaranteedJob represents one unit of work for the task manager.
JobMgr
          Implemented as a singleton in order to provide only one job store, job list and background processing thread (for job processing and expiration).
ServiceMgr
          Handles registration of delivery services.