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.
|
public final int clientId
public final int jobId
public final boolean doItOnServer
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void write(IdWriter writer) throws java.io.IOException
java.io.IOException