Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.comm.interfaces
Interface IISeriesHostListStatusCallback


public interface IISeriesHostListStatusCallback

This interface is used when processing multiple-filter list requests, and the caller wants to be informed when processing for each filter starts. Typically this is used to update a UI status dialog. To use this, the caller implements this interface in one of their classes, and passes in an object of that class to the getList method of the AS400HostListXXX class.


Field Summary
static String Copyright
           
 
Method Summary
 boolean checkForCancel()
          The callback method when querying if user cancelled this operation.
 boolean startingFilterProcessing(ISeriesAbstractFilterString fsobj)
          The callback method when a new sublist operation starts.
 

Field Detail

Copyright

static final String Copyright
See Also:
Constant Field Values
Method Detail

startingFilterProcessing

boolean startingFilterProcessing(ISeriesAbstractFilterString fsobj)
The callback method when a new sublist operation starts.

Parameters:
the - filter string about to be processed.
Returns:
true if processing should continue. false if caller wants to cancel

checkForCancel

boolean checkForCancel()
                       throws Exception
The callback method when querying if user cancelled this operation. If the user did want to cancel, return true. Better yet, throw an exception, which will immediately kill the list processor.

Returns:
true if caller wants to cancel
Throws:
Exception

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.