public static class Job.Key
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
int |
clientId
Client which launched the Job
|
boolean |
doItOnServer |
int |
jobId
Job id.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
static Job.Key |
read(IdReader reader) |
void |
write(IdWriter writer) |
public final int clientId
public final int jobId
public final boolean doItOnServer
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void write(IdWriter writer) throws java.io.IOException
java.io.IOException