public abstract class AbstractRemoteModifier extends AbstractRemoteComponent implements RemoteModifier
maxProcessCount, processCountsupportedDocumentClasses| Constructor and Description |
|---|
AbstractRemoteModifier() |
| Modifier and Type | Method and Description |
|---|---|
Document |
modify(Document source,
Map<String,Serializable> parameters)
Modify a document with optional parameters
|
Document |
remoteModify(Document source,
Map<String,Serializable> parameters) |
protected abstract Document |
run(Document source,
Map<String,Serializable> parameters) |
protected static void |
startRemoteModifier(RemoteModifier remoteModifier)
Starts a remote modifier server.
|
buildJavaFork, getMaxProcessCount, getProcessCount, getRemoteComponent, isStandAloneModeSupported, setMaxProcessCount, startRemoteServer, waitForFreeProcessassertDeviceSupported, assertDocumentSupported, copySettings, extractSettings, isDeviceSupportedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetMaxProcessCountprotected abstract Document run(Document source, Map<String,Serializable> parameters) throws ModifierException, DocumentException, IOException
protected static void startRemoteModifier(RemoteModifier remoteModifier) throws ModifierException
remoteModifier - ModifierExceptionpublic Document remoteModify(Document source, Map<String,Serializable> parameters) throws ModifierException, DocumentException, IOException
public Document modify(Document source, Map<String,Serializable> parameters) throws ModifierException, DocumentException, IOException
Modifiermodify in interface Modifiersource - Document to modifyparameters - Modifier parametersModifierExceptionDocumentExceptionIOExceptionCopyright © 2016. All Rights Reserved.