|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.fc.Item
wt.queue.WtQueueEntry
wt.queue.ScheduleQueueEntry
public class ScheduleQueueEntry
Use the newScheduleQueueEntry static factory method(s),
not the ScheduleQueueEntry constructor, to construct instances
of this class. Instances must be constructed using the static factory(s),
in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
wt.queue.StatusInfo |
execute()
Executes the entry's processing request. |
String |
getDisplayString()
Supported API: true |
ScheduleQueue |
getQueue()
Returns the queue to which the entry belongs. |
protected void |
initialize(ScheduleQueue queue)
Supports initialization, following construction of an instance. |
static ScheduleQueueEntry |
newScheduleQueueEntry(ScheduleQueue queue)
Constructs a new entry representing a processing queue request. |
void |
setStatus(String status_code)
Sets the status code of the entry to passed as argument. |
String |
toString()
Returns a string representation of the entry. |
| Methods inherited from class wt.fc.WTObject |
|---|
getDisplayIdentifier, getDisplayIdentity, getDisplayType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static ScheduleQueueEntry newScheduleQueueEntry(ScheduleQueue queue)
throws WTException
queue -
WTException
protected void initialize(ScheduleQueue queue)
throws WTException
queue -
WTException
public wt.queue.StatusInfo execute()
throws WTException
execute in class WtQueueEntryWTExceptionpublic String toString()
toString in class WtQueueEntry
public void setStatus(String status_code)
throws WTException
setStatus in class WtQueueEntrystatus_code -
WTException
public ScheduleQueue getQueue()
throws WTException
WTExceptionpublic String getDisplayString()
getDisplayString in class WtQueueEntry
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||