public class ImportLibrary.ImportCallback extends CmdCallbackI
handle
__ids
ice_staticId
Constructor and Description |
---|
ImportCallback(ImportProcessPrx proc,
HandlePrx handle,
ImportContainer container) |
Modifier and Type | Method and Description |
---|---|
ImportResponse |
getImportResponse()
Assumes that users have already waited on proper
completion, i.e.
|
protected java.lang.Long |
loadLogFile() |
void |
onFinished(Response rsp,
Status status,
Ice.Current c)
Overridden to handle the end of the process.
|
void |
step(int step,
int total,
Ice.Current current)
Called periodically by the server to signal that processing is
moving forward.
|
block, close, finished, getResponse, getStatus, getStatusOrThrow, initializationDone, initialPoll, isCancelled, isFailure, loop, onFinishedDone, poll, waitOnFinishedDone, waitOnInitialization
___finished, ___step, __dispatch, __readImpl, __writeImpl, finished, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, step
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
public ImportCallback(ImportProcessPrx proc, HandlePrx handle, ImportContainer container) throws ServerError
ServerError
protected java.lang.Long loadLogFile() throws ServerError
ServerError
public void step(int step, int total, Ice.Current current)
CmdCallbackI
step
in interface _CmdCallbackOperations
step
in class CmdCallbackI
current
- The Current object for the invocation.public void onFinished(Response rsp, Status status, Ice.Current c)
onFinished
in class CmdCallbackI
rsp
- the responsestatus
- the statusc
- regarding the current method invocationCmdCallbackI.onFinished(Response, Status, Current)
public ImportResponse getImportResponse()
onFinished(Response, Status, Current)
has been called.