public class JobCreated extends ResponsePacket
| Modifier and Type | Field and Description |
|---|---|
AtomicReference<String> |
jobHandle |
| Constructor and Description |
|---|
JobCreated(byte[] pktdata) |
JobCreated(String jobhandle) |
| Modifier and Type | Method and Description |
|---|---|
String |
getJobHandle() |
int |
getPayloadSize() |
byte[] |
toByteArray() |
getMagic, toStringconcatByteArrays, getHeader, getSize, getType, parseString, stringsToTerminatedByteArray, stringsToTerminatedByteArraypublic AtomicReference<String> jobHandle
public JobCreated(byte[] pktdata)
public JobCreated(String jobhandle)
public String getJobHandle()
public byte[] toByteArray()
toByteArray in class Packetpublic int getPayloadSize()
getPayloadSize in class PacketCopyright © 2013. All Rights Reserved.