Package com.levigo.jadice.server.core
Interface WorkerController<N extends Node>
-
- Type Parameters:
N
- the associatedNode
type
- All Superinterfaces:
QualifiedLogEventReceiver
- All Known Implementing Classes:
AbstractMSWorker
,AbstractUnArchiveWorker
,CobraHTMLRendererWorker
,Csv2XlsxWorker
,DemultiplexerWorker
,DocumentPrintWorker
,DummyWorker
,DynamicPipelineWorker
,EmbedAttachmentsWorker
,ExternalProcessCallWorker
,GhostscriptWorker
,HTML2TextWorker
,ImageMagickConvertWorker
,JadiceDocumentInfoWorker
,JadiceServerInfoWorker
,JavamailInputWorker
,LibreOfficeConversionWorker
,MailBodyCreatorWorker
,MessageRFC822Worker
,MSExcelWorker
,MSOutlookWorker
,MSPowerpointWorker
,MSProjectWorker
,MSVisioWorker
,MSWordWorker
,MultipartAlternativeWorker
,MultipartAppleDoubleWorker
,MultipartEncryptedWorker
,MultipartMixedWorker
,MultipartRelatedWorker
,MultipartSignedWorker
,MultiplexerWorker
,NodeWorker
,NotificationWorker
,NullWorker
,OLEExtractorWorker
,PageToImageWorker
,PDFAnnotationRemoverWorker
,PDFCompositeWorker
,PDFDecryptWorker
,PDFImageOptimizationWorker
,PDFMergeWorker
,PDFMetadataWorker
,PDFRotationWorker
,PDFSplitWorker
,PlaintextToXMLWorker
,PortableCollectionDisassemblingWorker
,PropertiesLogWorker
,ReshapeWorker
,RouterWorker
,ScriptWorker
,SeparatorPageWorker
,StreamAnalysisWorker
,StreamInputWorker
,StreamOutputWorker
,StreamWorker
,TIFFMergeWorker
,TIFFSplitWorker
,TNEFWorker
,UnGZIPWorker
,UnRARWorker
,UnSevenZIPWorker
,UnTARWorker
,UnZIPWorker
,URLInputWorker
,URLOutputWorker
,Vcf2HtmlWorker
,XRechnung2PdfWorker
,XSLFOFormatterWorker
,XSLTransformationWorker
,ZIPWorker
public interface WorkerController<N extends Node> extends QualifiedLogEventReceiver
Using this interface, Workers can hand over some control over their execution to other classes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
getNode()
Get theNode
.ServerJob
getServerJob()
Get theServerJob
associated with this worker controller.
-