public abstract class AbstractReturnCodeExtractor extends AbstractBaseExtractor
| Constructor and Description |
|---|
AbstractReturnCodeExtractor(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doProcess(ExecutionResult result)
Process the execution result as input.
|
protected abstract void |
handleReturnCode(int rc) |
createInput, fillNoError, process, register, setError, unregisterpublic AbstractReturnCodeExtractor(java.lang.String id)
protected abstract void handleReturnCode(int rc)
protected void doProcess(ExecutionResult result) throws java.lang.Exception
AbstractBaseExtractorThis method will only be called if no execution error occurred. Otherwise the error flags of all data items are automatically set.
This method must apply the attributes from AbstractBaseExtractor.fillNoError(Map) when
updating items. This is needed since applying them afterwards would cause
two updates on the dataitem and the state would by async to the value
itself.
doProcess in class AbstractBaseExtractorresult - the execution result that has to be processesjava.lang.Exception - if anything goes wrong
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0