public class ProcessCallbackI extends _ProcessCallbackDisp
Modifier and Type | Class and Description |
---|---|
static class |
ProcessCallbackI.Action |
Modifier and Type | Field and Description |
---|---|
protected ProcessPrx |
process
Proxy passed to this instance on creation.
|
__ids, serialVersionUID
ice_staticId
Constructor and Description |
---|
ProcessCallbackI(client client,
ProcessPrx process) |
ProcessCallbackI(client client,
ProcessPrx process,
boolean poll) |
ProcessCallbackI(Ice.ObjectAdapter adapter,
java.lang.String category,
ProcessPrx process) |
ProcessCallbackI(Ice.ObjectAdapter adapter,
java.lang.String category,
ProcessPrx process,
boolean poll) |
ProcessCallbackI(ProcessCallbackI pcb) |
Modifier and Type | Method and Description |
---|---|
ProcessCallbackI.Action |
block(long ms)
Should only be used if the default logic of the process methods is kept
in place.
|
void |
close() |
void |
processCancelled(boolean success,
Ice.Current __current)
cancel() was called on this Process.
|
void |
processFinished(int returncode,
Ice.Current __current)
Process terminated normally.
|
void |
processKilled(boolean success,
Ice.Current __current)
kill() was called on this Process.
|
___processCancelled, ___processFinished, ___processKilled, __dispatch, __readImpl, __writeImpl, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, processCancelled, processFinished, processKilled
___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
protected final ProcessPrx process
public ProcessCallbackI(ProcessCallbackI pcb) throws ServerError
ServerError
public ProcessCallbackI(client client, ProcessPrx process) throws ServerError
ServerError
public ProcessCallbackI(client client, ProcessPrx process, boolean poll) throws ServerError
ServerError
public ProcessCallbackI(Ice.ObjectAdapter adapter, java.lang.String category, ProcessPrx process) throws ServerError
ServerError
public ProcessCallbackI(Ice.ObjectAdapter adapter, java.lang.String category, ProcessPrx process, boolean poll) throws ServerError
ServerError
public ProcessCallbackI.Action block(long ms) throws java.lang.InterruptedException
java.lang.InterruptedException
public void processCancelled(boolean success, Ice.Current __current)
_ProcessCallbackOperations
__current
- The Current object for the invocation.public void processFinished(int returncode, Ice.Current __current)
_ProcessCallbackOperations
__current
- The Current object for the invocation.public void processKilled(boolean success, Ice.Current __current)
_ProcessCallbackOperations
__current
- The Current object for the invocation.public void close()