public class WorkFailResponse extends ResponsePacket implements WorkResponse
| Modifier and Type | Field and Description |
|---|---|
AtomicReference<String> |
jobHandle |
| Constructor and Description |
|---|
WorkFailResponse(byte[] pktdata) |
WorkFailResponse(String jobhandle) |
| Modifier and Type | Method and Description |
|---|---|
String |
getJobHandle() |
int |
getPayloadSize() |
byte[] |
toByteArray() |
getMagicconcatByteArrays, getHeader, getSize, getType, parseString, stringsToTerminatedByteArray, stringsToTerminatedByteArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypepublic AtomicReference<String> jobHandle
public WorkFailResponse(String jobhandle)
public WorkFailResponse(byte[] pktdata)
public byte[] toByteArray()
toByteArray in class Packetpublic int getPayloadSize()
getPayloadSize in class Packetpublic String getJobHandle()
getJobHandle in interface WorkResponseCopyright © 2013. All Rights Reserved.