|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The standard scheduling servide presents a client accessible API to
functions provided in the server by the StandardSchedulingService
Supported API: false
Extendable: false
Method Summary | |
ScheduleItem |
addItem(ScheduleItem newItem,
ScheduleMethodArg[] itemArgs)
This adds a ScheduleItem to the system. |
void |
cancelItem(ScheduleItem theItem)
Cancels a schedule item. |
ScheduleItem |
executeItemImmediately(ScheduleItem item)
Executes an existing Schedule Item immediately. If item doesn't exist, it raises WTException. |
Enumeration |
getItemHistories(ScheduleItem theItem)
Returns an enumeration containing all the history items for a given schedule item. |
Enumeration |
getItemMethodArgs(ScheduleItem theItem)
Returns an Enumeration of the ScheduleMethodArgs referred to by the argument ScheduleItem. |
MethodArgument[] |
getItemMethodArguments(ScheduleItem theItem)
Supported API: false |
Enumeration |
getScheduleItems(QuerySpec filter)
Returns schedule items which satisfy the query spec. |
ScheduleItem |
modifyItem(ScheduleItem theItem)
Supported API: false |
void |
removeItem(ScheduleItem item)
Removes a Schedule item Supported API: false |
void |
startExecution(ScheduleItem item)
Supported API: false |
Method Detail |
public Enumeration getScheduleItems(QuerySpec filter) throws WTException
filter
-
WTException
public ScheduleItem addItem(ScheduleItem newItem, ScheduleMethodArg[] itemArgs) throws WTException
newItem
- itemArgs
-
WTException
public void cancelItem(ScheduleItem theItem) throws WTException
theItem
-
WTException
public ScheduleItem modifyItem(ScheduleItem theItem) throws WTException
theItem
-
WTException
public void startExecution(ScheduleItem item) throws WTException
item
-
WTException
public MethodArgument[] getItemMethodArguments(ScheduleItem theItem) throws WTException
theItem
-
WTException
public Enumeration getItemMethodArgs(ScheduleItem theItem) throws WTException
theItem
-
WTException
public Enumeration getItemHistories(ScheduleItem theItem) throws WTException
theItem
-
WTException
public void removeItem(ScheduleItem item) throws WTException
item
-
WTException
public ScheduleItem executeItemImmediately(ScheduleItem item) throws WTException
item
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |