|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.scheduler.SchedulingServiceFwd
The standard scheduling servide presents a client accessible API to
functions provided in the server by the StandardSchedulingService
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
FC_RESOURCE
|
(package private) static boolean |
SERVER
|
Fields inherited from interface wt.method.RemoteAccess |
versionID |
Constructor Summary | |
SchedulingServiceFwd()
|
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 |
private static Manager |
getManager()
|
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final boolean SERVER
private static final String FC_RESOURCE
private static final String CLASSNAME
Constructor Detail |
public SchedulingServiceFwd()
Method Detail |
private static Manager getManager() throws WTException
WTException
public Enumeration getScheduleItems(QuerySpec filter) throws WTException
getScheduleItems
in interface SchedulingService
filter
-
WTException
public ScheduleItem addItem(ScheduleItem newItem, ScheduleMethodArg[] itemArgs) throws WTException
addItem
in interface SchedulingService
newItem
- itemArgs
-
WTException
public void cancelItem(ScheduleItem theItem) throws WTException
cancelItem
in interface SchedulingService
theItem
-
WTException
public ScheduleItem modifyItem(ScheduleItem theItem) throws WTException
modifyItem
in interface SchedulingService
theItem
-
WTException
public void startExecution(ScheduleItem item) throws WTException
startExecution
in interface SchedulingService
item
-
WTException
public MethodArgument[] getItemMethodArguments(ScheduleItem theItem) throws WTException
getItemMethodArguments
in interface SchedulingService
theItem
-
WTException
public Enumeration getItemMethodArgs(ScheduleItem theItem) throws WTException
getItemMethodArgs
in interface SchedulingService
theItem
-
WTException
public Enumeration getItemHistories(ScheduleItem theItem) throws WTException
getItemHistories
in interface SchedulingService
theItem
-
WTException
public void removeItem(ScheduleItem item) throws WTException
removeItem
in interface SchedulingService
item
-
WTException
public ScheduleItem executeItemImmediately(ScheduleItem item) throws WTException
executeItemImmediately
in interface SchedulingService
item
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |