move SubmitMessageHistoryJob to test
This commit is contained in:
@ -12,6 +12,7 @@ import java.util.zip.GZIPOutputStream;
|
|||||||
/**
|
/**
|
||||||
* Simple helper class to submit data via HTTP Post
|
* Simple helper class to submit data via HTTP Post
|
||||||
*
|
*
|
||||||
|
* @deprecated unused
|
||||||
*/
|
*/
|
||||||
public class HTTPSendData {
|
public class HTTPSendData {
|
||||||
private final static Log _log = new Log(HTTPSendData.class);
|
private final static Log _log = new Log(HTTPSendData.class);
|
||||||
@ -87,4 +88,4 @@ public class HTTPSendData {
|
|||||||
} catch (InterruptedException ie) { // nop
|
} catch (InterruptedException ie) { // nop
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -33,7 +33,7 @@ public class MessageHistory {
|
|||||||
private boolean _doPause; // true == briefly stop writing data to the log (used while submitting it)
|
private boolean _doPause; // true == briefly stop writing data to the log (used while submitting it)
|
||||||
private ReinitializeJob _reinitializeJob;
|
private ReinitializeJob _reinitializeJob;
|
||||||
private WriteJob _writeJob;
|
private WriteJob _writeJob;
|
||||||
private SubmitMessageHistoryJob _submitMessageHistoryJob;
|
//private SubmitMessageHistoryJob _submitMessageHistoryJob;
|
||||||
private volatile boolean _firstPass;
|
private volatile boolean _firstPass;
|
||||||
|
|
||||||
private final static byte[] NL = System.getProperty("line.separator").getBytes();
|
private final static byte[] NL = System.getProperty("line.separator").getBytes();
|
||||||
|
Reference in New Issue
Block a user