|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WinSetupQueueCallbackInterface
| Field Summary | |
|---|---|
static int |
FILEOP_ABORT
Callback return code to abort the current file queue commit |
static int |
FILEOP_DOIT
Callback return code to continue with the current operation, same as FILEOP_RETRY |
static int |
FILEOP_NEWPATH
Callback return code to addionally return a new source path to the current operation (media needed or blocked source file) |
static int |
FILEOP_RETRY
Callback return code to retry the current operation, same as FILEOP_DOIT |
static int |
FILEOP_SKIP
Callback return code to skip the current operation |
| Method Summary | |
|---|---|
int |
handleCopyError(String source,
String target,
int errCode,
String errMsg)
Handles a copy error notification occuring during a file queue commit. |
int |
handleDeleteError(String target,
int errCode,
String errMsg)
Handles a delete error notification occuring during a file queue commit. |
int |
handleNeedMedia(String tagfile,
String description,
String sourcePath,
String sourceFile)
Handles a need media notification occuring during a file queue commit. |
int |
handleRenameError(String source,
String target,
int errCode,
String errMsg)
Handles a rename error notification occuring during a file queue commit. |
| Field Detail |
|---|
static final int FILEOP_ABORT
static final int FILEOP_DOIT
static final int FILEOP_SKIP
static final int FILEOP_RETRY
static final int FILEOP_NEWPATH
| Method Detail |
|---|
int handleNeedMedia(String tagfile,
String description,
String sourcePath,
String sourceFile)
tagfile - description - sourcePath - sourceFile -
int handleCopyError(String source,
String target,
int errCode,
String errMsg)
source - Source filetarget - Target file
int handleDeleteError(String target,
int errCode,
String errMsg)
target - Target file
int handleRenameError(String source,
String target,
int errCode,
String errMsg)
source - Source filetarget - Target file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||