public class _ProcessCallbackTie extends _ProcessCallbackDisp implements Ice.TieBase
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
__ids
ice_staticId
Constructor and Description |
---|
_ProcessCallbackTie(_ProcessCallbackOperations delegate) |
_ProcessCallbackTie() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object rhs) |
int |
hashCode() |
java.lang.Object |
ice_delegate() |
void |
ice_delegate(java.lang.Object delegate) |
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
public static final long serialVersionUID
public _ProcessCallbackTie()
public _ProcessCallbackTie(_ProcessCallbackOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate
in interface Ice.TieBase
public void ice_delegate(java.lang.Object delegate)
ice_delegate
in interface Ice.TieBase
public boolean equals(java.lang.Object rhs)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void processCancelled(boolean success, Ice.Current __current)
_ProcessCallbackOperations
processCancelled
in interface _ProcessCallbackOperations
__current
- The Current object for the invocation.public void processFinished(int returncode, Ice.Current __current)
_ProcessCallbackOperations
processFinished
in interface _ProcessCallbackOperations
__current
- The Current object for the invocation.public void processKilled(boolean success, Ice.Current __current)
_ProcessCallbackOperations
processKilled
in interface _ProcessCallbackOperations
__current
- The Current object for the invocation.