|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static int |
OPERATION_CANCEL
Returned by getOperationStatus() . |
static int |
OPERATION_CANCEL_REQUEST
Returned by getOperationStatus() . |
static int |
OPERATION_COMPLETE
Returned by getOperationStatus() . |
static int |
OPERATION_FAILURE
Returned by getOperationStatus() . |
static int |
OPERATION_INACTIVE
Returned by getOperationStatus() . |
static int |
OPERATION_START
Returned by getOperationStatus() . |
Method Summary | |
void |
cancelOperation()
|
int |
getOperationStatus()
|
int |
getResponseCode()
|
String |
getResponseString()
|
Thread |
performOperation(boolean separateThread)
|
void |
setData(String contentName,
String value)
|
void |
setPath(String contentName,
String value)
|
Field Detail |
public static final int OPERATION_INACTIVE
getOperationStatus()
. Indicates that no
operation is active.
public static final int OPERATION_START
getOperationStatus()
. Indicates that the
download operation is active.
public static final int OPERATION_CANCEL_REQUEST
getOperationStatus()
. Indicates that the
application has requested that the operation be cancelled.
public static final int OPERATION_CANCEL
getOperationStatus()
. Indicates that the
operation was cancelled at application request.
public static final int OPERATION_COMPLETE
getOperationStatus()
. Indicates that the
operation completed successfully.
public static final int OPERATION_FAILURE
getOperationStatus()
. Indicates that
the operation failed. The operationFailure code indicates the
reason for the failure.
Method Detail |
public void setData(String contentName, String value)
public void setPath(String contentName, String value)
public Thread performOperation(boolean separateThread)
public int getOperationStatus()
public int getResponseCode()
public String getResponseString()
public void cancelOperation()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |