Skip navigation links

Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite
10g (10.1.3.2)

B32189-01


oracle.ifs.fdk
Class ProgressManager


public interface class ProgressManager

The progress management Facade interface.


Method Summary
 void cancel()
          Cancels the operation in progress.
 int[] getProgress()
          Gets the progress of an operation active on the FdkSession.

 

Method Detail

getProgress

int[] getProgress()
                  throws FdkException
Description copied from interface: ProgressManager
Gets the progress of an operation active on the FdkSession.

The progress is represented as two integers, the first being the amount of progress made and the second being an indication of the amount of progress required to complete the operation.

Returns:
the progress of the current operation
Throws:
FdkException - if the operation fails.

cancel

void cancel()
            throws FdkException
Description copied from interface: ProgressManager
Cancels the operation in progress.
Throws:
FdkException - if the operation fails.

Skip navigation links

Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite
10g (10.1.3.2)

B32189-01


Copyright © 2002, 2006, Oracle. All rights reserved.