Class DynamicPipelineWorker

    • Constructor Detail

      • DynamicPipelineWorker

        public DynamicPipelineWorker()
    • Method Detail

      • work

        protected void work()
                     throws Throwable
        Description copied from class: NodeWorker
        Implement this method to let the node perform some useful work.

        Implementors are free to throw whatever exception they see fit. If any Throwable is thrown from this method, the failure manager is notified about the fatal failure of the whole pipeline.

        Specified by:
        work in class NodeWorker<DynamicPipelineNode>
        Throws:
        Throwable - in case of processing failure
      • doAbortNow

        protected void doAbortNow()
        Description copied from class: NodeWorker
        NodeWorker implementations can provide here own logic that shall be performed when an immediate abort is triggered.

        jadice server 5.5.0.0

        Overrides:
        doAbortNow in class NodeWorker<DynamicPipelineNode>
      • matches

        protected static final boolean matches​(String contentType,
                                               String wantedMimeType)
                                        throws javax.mail.internet.ParseException
        Throws:
        javax.mail.internet.ParseException
      • matches

        protected static final boolean matches​(javax.mail.internet.ContentType contentType,
                                               String wantedMimeType)