|
Oracle® Content Services Web Services Java API Reference 10g Release 1 (10.1.1) B19047-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void cancel() throws FdkException
FdkException
- if the operation fails.public int[] getProgress() throws FdkException
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.
|
Oracle® Content Services Web Services Java API Reference 10g Release 1 (10.1.1) B19047-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |