|
Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite 10g (10.1.3.2) B32189-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
int[] getProgress() throws FdkException
ProgressManager
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.
FdkException
- if the operation fails.void cancel() throws FdkException
ProgressManager
FdkException
- if the operation fails.
|
Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite 10g (10.1.3.2) B32189-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |