Class ExternalProcessCallWorker

    • Constructor Detail

      • ExternalProcessCallWorker

        public ExternalProcessCallWorker()
    • Method Detail

      • initialize

        public void initialize()
                        throws JobException
        Description copied from class: NodeWorker
        This method may be overridden, in order do perform initialization which is necessary before the actual work is started.
        Caveat: this method may be called synchronously by the server master thread. Therefore the work done within this call should be kept to an absolute minimum so as not to stall the job acceptor.
        Overrides:
        initialize in class NodeWorker<ExternalProcessCallNode>
        Throws:
        JobException - in case of initialization failure
      • work

        public void work()
                  throws Exception
        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<ExternalProcessCallNode>
        Throws:
        Exception
      • 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<ExternalProcessCallNode>
      • getFilename

        protected String getFilename()