|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.aduna.gee.publication.net.Job
public class Job
Represents a store request.
| Field Summary | |
|---|---|
boolean |
active
Is this job active? |
ByteArrayOutputStream |
bytes
an internally stored job |
boolean |
delay
Save this job immediately or at an explicit sync? |
String |
filename
the name of the file to store to. |
boolean |
force
Force this job to save, disregarding all changes made to the physical file since the time is was loaded. |
WURL |
upload
The upload location for the job |
| Constructor Summary | |
|---|---|
Job(String filename,
OutputHandler outputHandler)
Creates a new Job. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object other)
Is this job equal to another job. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public WURL upload
public boolean active
public boolean delay
public boolean force
public String filename
public ByteArrayOutputStream bytes
| Constructor Detail |
|---|
public Job(String filename,
OutputHandler outputHandler)
filename - the name of the file to store to.output - The output handler that created the job.| Method Detail |
|---|
public boolean equals(Object other)
equals in class Objectother - another job.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||