Class NoRetries

  • All Implemented Interfaces:
    AdaptrisComponent, ComponentLifecycle, ComponentLifecycleExtension, FailedMessageRetrier

    @ComponentProfile(summary="The default NO-OP failed message retrier implementation",
                      tag="error-handling,base")
    public class NoRetries
    extends java.lang.Object
    implements FailedMessageRetrier
    This is a dummy for marshalling purposes.

    In the adapter configuration file this class is aliased as no-retries which is the preferred alternative to the fully qualified classname when building your configuration.

    • Constructor Summary

      Constructors 
      Constructor Description
      NoRetries()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addWorkflow​(Workflow workflow)
      Add a Workflow to the internal register of workflows
      void clearWorkflows()
      Clear the internal store of workflows.
      void close()
      Closes the component.
      java.lang.String getUniqueId()
      Get the unique-id that is associated with this component.
      void init()
      Initialises the component.
      void prepare()
      Prepare for initialisation.
      java.util.Collection<java.lang.String> registeredWorkflowIds()
      Return the list of workflow-ids registered.
      void setUniqueId​(java.lang.String uniqueId)  
      void start()
      Starts the component.
      void stop()
      Stop the component
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait