Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.services.qsys.commands
Interface IQSYSInteractiveJobStatusMonitor

All Known Implementing Classes:
QSYSInteractiveJobStatusMonitor

public interface IQSYSInteractiveJobStatusMonitor

An interface to support cancellation of operations on remote systems, where the Eclipse IProgressMonitor is not avaialble.

Since:
org.eclipse.rse.services 3.0

Method Summary
 String getMessage()
           
 boolean isDone()
          Notifies that the work is done; that is, either the main task is completed or the user cancelled it.
 void setDone(boolean value)
          Sets the done state to the given value.
 void setMessage(String messages)
           
 

Method Detail

isDone

boolean isDone()
Notifies that the work is done; that is, either the main task is completed or the user cancelled it. This method may be called more than once (implementations should be prepared to handle this case).


setDone

void setDone(boolean value)
Sets the done state to the given value.

Parameters:
value - true indicates that this operation has finished false clears this flag
See Also:
isDone()

setMessage

void setMessage(String messages)

getMessage

String getMessage()

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.