|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.EJob
public class EJob
Class to track Job serializing and execution.
Nested Class Summary | |
---|---|
static class |
EJob.State
|
Field Summary | |
---|---|
Job |
clientJob
|
java.lang.String |
jobName
name of job |
Job.Type |
jobType
type of job (change or examine) |
Snapshot |
newSnapshot
|
Snapshot |
oldSnapshot
|
boolean |
startedByServer
True if this Job was started by server |
Method Summary | |
---|---|
java.lang.Throwable |
deserializeResult()
|
java.lang.Throwable |
deserializeToClient()
|
protected void |
fieldVariableChanged(java.lang.String fieldName)
Method to remember that a field variable of the Job has been changed by the doIt() method. |
Job.Inform |
getInform()
|
Job |
getJob()
|
boolean |
isExamine()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean startedByServer
public final Job.Type jobType
public final java.lang.String jobName
public Snapshot oldSnapshot
public Snapshot newSnapshot
public Job clientJob
Method Detail |
---|
public Job getJob()
public Job.Inform getInform()
public boolean isExamine()
public java.lang.Throwable deserializeToClient()
public java.lang.Throwable deserializeResult()
protected void fieldVariableChanged(java.lang.String fieldName)
fieldName
- the name of the variable that changed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |