Oracle® Content Services Web Services Java API Reference
10g Release 1 (10.1.1)

B19047-01


oracle.ifs.fdk
Interface ProgressManager


public interface 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

cancel

public void cancel()
            throws FdkException
Cancels the operation in progress.
Throws:
FdkException - if the operation fails.

getProgress

public int[] getProgress()
                  throws FdkException
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.

Oracle® Content Services Web Services Java API Reference
10g Release 1 (10.1.1)

B19047-01


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