public class DataHandler extends Object implements Runnable
| Modifier and Type | Field and Description |
|---|---|
protected int |
errorCount |
private static org.slf4j.Logger |
LOGGER |
protected String[] |
receivedFiles |
protected String |
receiveOutputDir |
protected org.hobbit.core.rabbit.SimpleFileReceiver |
receiver |
| Constructor and Description |
|---|
DataHandler(org.hobbit.core.rabbit.SimpleFileReceiver receiver) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
encounteredError() |
int |
getErrorCount() |
String[] |
getReceivedFiles() |
private static String |
getTempDir() |
void |
run() |
private static final org.slf4j.Logger LOGGER
protected org.hobbit.core.rabbit.SimpleFileReceiver receiver
protected int errorCount
protected String receiveOutputDir
protected String[] receivedFiles
public DataHandler(org.hobbit.core.rabbit.SimpleFileReceiver receiver)
private static String getTempDir() throws IOException
IOExceptionpublic int getErrorCount()
public boolean encounteredError()
public String[] getReceivedFiles()
Copyright © 2019–2020. All rights reserved.