|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQSYSBatchCommandMonitor
An interface to support cancellation of operations on remote systems, where
the Eclipse IProgressMonitor
is not avaialble.
Method Summary | |
---|---|
String |
getCommandName()
|
String |
getEventFileName()
|
String |
getJobInfo()
|
Vector<Object> |
getMessages()
|
boolean |
isCancelled()
Returns whether cancelation of current operation has been requested. |
boolean |
isDone()
Notifies that the work is done; that is, either the main task is completed or the user cancelled it. |
void |
setCancelled(boolean value)
Sets the cancel state to the given value. |
void |
setCommandName(String commandName)
|
void |
setDone(boolean value)
Sets the done state to the given value. |
void |
setEventFileName(String eventFileName)
|
void |
setJobInfo(String jobInfo)
|
void |
setMessages(Vector<Object> messages)
|
Method Detail |
---|
boolean isDone()
void setDone(boolean value)
value
- true
indicates that this operation has finished
false
clears this flagisDone()
boolean isCancelled()
true
if cancellation has been requested,
and false
otherwisesetCancelled(boolean)
void setCancelled(boolean value)
value
- true
indicates that cancelation has
been requested (but not necessarily acknowledged);
false
clears this flagisCancelled()
Vector<Object> getMessages()
void setMessages(Vector<Object> messages)
String getJobInfo()
void setJobInfo(String jobInfo)
String getEventFileName()
void setEventFileName(String eventFileName)
String getCommandName()
void setCommandName(String commandName)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |