public class _ProcessTie extends _ProcessDisp implements Ice.TieBase
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
__ids
ice_staticId
Constructor and Description |
---|
_ProcessTie(_ProcessOperations delegate) |
_ProcessTie() |
Modifier and Type | Method and Description |
---|---|
int |
_wait(Ice.Current __current)
Blocks until poll() would return a non-null return code.
|
boolean |
cancel(Ice.Current __current)
Signal to the Process that it should terminate.
|
boolean |
equals(java.lang.Object rhs) |
int |
hashCode() |
java.lang.Object |
ice_delegate() |
void |
ice_delegate(java.lang.Object delegate) |
boolean |
kill(Ice.Current __current)
Terminate the Process immediately.
|
RInt |
poll(Ice.Current __current)
Returns the return code of the process, or null
if unfinished.
|
void |
registerCallback(ProcessCallbackPrx cb,
Ice.Current __current)
Add a callback for end-of-life events
|
void |
shutdown(Ice.Current __current)
First attempts cancel() several times and finally
resorts to kill to force the process to shutdown
cleanly.
|
void |
unregisterCallback(ProcessCallbackPrx cb,
Ice.Current __current)
Remove a callback for end-of-life events
|
___cancel, ___kill, ___poll, ___registerCallback, ___shutdown, ___unregisterCallback, ___wait, __dispatch, __readImpl, __writeImpl, _wait, cancel, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, kill, poll, registerCallback, shutdown, unregisterCallback
___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 _ProcessTie()
public _ProcessTie(_ProcessOperations 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 boolean cancel(Ice.Current __current) throws ServerError
_ProcessOperations
cancel
in interface _ProcessOperations
__current
- The Current object for the invocation.ServerError
public boolean kill(Ice.Current __current)
_ProcessOperations
kill
in interface _ProcessOperations
__current
- The Current object for the invocation.public RInt poll(Ice.Current __current) throws ServerError
_ProcessOperations
poll
in interface _ProcessOperations
__current
- The Current object for the invocation.ServerError
public void registerCallback(ProcessCallbackPrx cb, Ice.Current __current) throws ServerError
_ProcessOperations
registerCallback
in interface _ProcessOperations
__current
- The Current object for the invocation.ServerError
public void shutdown(Ice.Current __current)
_ProcessOperations
shutdown
in interface _ProcessOperations
__current
- The Current object for the invocation.public void unregisterCallback(ProcessCallbackPrx cb, Ice.Current __current) throws ServerError
_ProcessOperations
unregisterCallback
in interface _ProcessOperations
__current
- The Current object for the invocation.ServerError
public int _wait(Ice.Current __current) throws ServerError
_ProcessOperations
_wait
in interface _ProcessOperations
__current
- The Current object for the invocation.ServerError