Class StreamOutputWorker

    • Constructor Detail

      • StreamOutputWorker

        public StreamOutputWorker()
    • 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<StreamOutputNode>
        Throws:
        JobException - in case of initialization failure
      • doAbort

        protected void doAbort()
        Description copied from class: NodeWorker
        NodeWorker implementations can provide here own logic that shall be performed when an abort is triggered.
        Overrides:
        doAbort in class NodeWorker<StreamOutputNode>