Uses of Class
com.wm.app.tn.delivery.DeliveryException

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

Uses of DeliveryException in com.wm.app.tn.db
 

Methods in com.wm.app.tn.db that throw DeliveryException
static GuaranteedJob DeliveryStore.dequeueOldestJob(java.lang.String queue)
          Dequeues the oldest job on a virtual delivery queue.
 

Uses of DeliveryException in com.wm.app.tn.delivery
 

Methods in com.wm.app.tn.delivery that throw DeliveryException
 void JobMgr.changeServerForJob(java.lang.String jobId, java.lang.String serverId)
          Changes the job from one server to another server.
static ServiceMgr ServiceMgr.create()
          Returns a ServiceMgr object.
static com.wm.data.IData DeliveryUtils.createServiceData(BizDocEnvelope env, boolean primary, java.lang.String protocol, java.lang.String username, java.lang.String password)
          Creates service data needed for wm.tn.transport services.
static com.wm.data.IData DeliveryUtils.createServiceData(BizDocEnvelope env, boolean primary, java.lang.String protocol, java.lang.String service, java.lang.String username, java.lang.String password)
          Creates service data needed for wm.tn.transport services.
static boolean DeliveryUtils.getCertificateInfo(com.wm.data.IData in, java.lang.String partnerId)
          Deprecated. For Internal Use Only!
static Destination DeliveryUtils.getDestination(java.lang.String partnerId, java.lang.String protocol, boolean primary)
          Retrieves the Destination info for the partner based upon the protocol.
 com.wm.data.IData JobMgr.getJobOutput(java.lang.String jobId, long maxWaitTime)
          Gets the output of a job.
 java.lang.String JobMgr.getJobStatus(java.lang.String jobId)
           
static com.wm.data.IData DeliveryUtils.getPartnerContext(BizDocEnvelope bd, java.lang.String protocol)
          Attempts to get a com.wm.b2b.client.Context to a partner server if possible.
static com.wm.data.IData DeliveryUtils.getProfileLimits(BizDocEnvelope env)
          Retrieves the default values from the Partner Profile for delivery retry limit and time to wait for the receiver.
static JobMgr JobMgr.init()
          Initialize the singleton job manager if not already initialized and start background thread.
static void DeliveryUtils.init()
          Performs necessary initialization needed by other methods (mainly, getting the profile store).
 void ServiceMgr.refreshServiceCache()
          Refresh the delivery service cache for this server.
 void ServiceMgr.registerService(java.lang.String name, java.lang.String ifc, java.lang.String svc, boolean scheduled)
          Register a local service to be used for guaranteed delivery.
 void ServiceMgr.registerService(java.lang.String name, java.lang.String host, java.lang.String port, java.lang.String user, java.lang.String password, java.lang.String ifc, java.lang.String svc, boolean scheduled)
          Register a service to be used for guaranteed delivery.
 void JobMgr.removeJob(java.lang.String jobId)
          Remove a job from the job manager.
 void ServiceMgr.removeService(java.lang.String name)
          Remove (unregister) a service for guaranteed delivery.
 void JobMgr.reset()
          Reset the job manager.
 void JobMgr.restartJob(java.lang.String jobId)
          Restart a job that has failed or been stopped.
static void DeliveryUtils.setKeyAndChain(com.wm.data.IData in)
          Deprecated. For Internal Use Only! Use setSslKeyAndChain instead.
static void DeliveryUtils.setSslKeyAndChain(java.lang.String serverID)
          Sets the private key and certificate chain for ssl connection establishment.
 boolean JobMgr.shutdown(boolean force)
          Terminate the job manager if no users are registered or if force is specified.
 void JobMgr.startJob(GuaranteedJob job, boolean hold)
          Start a new job
 void JobMgr.stopJob(java.lang.String jobId)
          Stop a job that is running.
static boolean QueuingUtils.timeHasPassed(DeliverySchedule sched)
           
static void QueuingUtils.validateSchedule(DeliveryQueue queue)
           
 

Constructors in com.wm.app.tn.delivery that throw DeliveryException
GuaranteedJob(java.lang.String jobId, java.lang.String serverId, DeliveryService service, BizDocEnvelope bizdoc, com.wm.data.IData svcInput, long ttw, int retryLimit, int retryFactor)
          Define a new Job