Class DeliveryService

java.lang.Object
com.webmethods.rtl.event.DeliveryService

public class DeliveryService extends Object
  • Method Details

    • getInstance

      public static DeliveryService getInstance()
    • startLocalSynchronousDelivery

      public void startLocalSynchronousDelivery(String config_file)
    • processEventBatch

      public void processEventBatch(String config_file)
    • startLocalAsynchronousDelivery

      public void startLocalAsynchronousDelivery(String config_file)
    • startRemoteDelivery

      public void startRemoteDelivery()
    • isConfigLoaded

      public boolean isConfigLoaded()
    • startRemoteDelivery

      public void startRemoteDelivery(String config_file)
    • stopRemoteDelivery

      public void stopRemoteDelivery()
    • shutdown

      public void shutdown()
    • getStats

      public List<DelivererStat> getStats()
    • getEventBatchProcessor

      public EventBatchProcessor getEventBatchProcessor()
    • addClusterIdPrefix

      public static String addClusterIdPrefix(String id)
    • setClusterId

      public static void setClusterId(String clusterId)
      This setter is invoked during startup of MWS executing this setter will NOT change the clusterId value if it has already been set(which is done during startup)
      Parameters:
      clusterId -
    • retryInitJMS

      public void retryInitJMS()