|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.bot.spider.WorkloadStatus
public final class WorkloadStatus
The status that an individual workload item is in.
| Field Summary | |
|---|---|
static char |
ERROR
The workload item has been processed, but an error happened. |
static char |
PROCESSED
The workload item has been processed successfully. |
static char |
QUEUED
The workload item is waiting to be processed. |
static char |
WORKING
The workload item is in a processing state. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final char QUEUED
public static final char PROCESSED
public static final char ERROR
public static final char WORKING
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||