public abstract class _InteractiveProcessorDisp extends Ice.ObjectImpl implements InteractiveProcessor
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
__ids |
static long |
serialVersionUID |
ice_staticId
Constructor and Description |
---|
_InteractiveProcessorDisp() |
Modifier and Type | Method and Description |
---|---|
static Ice.DispatchStatus |
___execute(InteractiveProcessor __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___expires(InteractiveProcessor __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getJob(InteractiveProcessor __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getResults(InteractiveProcessor __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___params(InteractiveProcessor __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setDetach(InteractiveProcessor __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___stop(InteractiveProcessor __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
Ice.DispatchStatus |
__dispatch(IceInternal.Incoming in,
Ice.Current __current) |
protected void |
__readImpl(IceInternal.BasicStream __is) |
protected void |
__writeImpl(IceInternal.BasicStream __os) |
ProcessPrx |
execute(RMap inputs)
Executes an instance of the job returned by getJob() using
the given map as inputs.
|
long |
expires()
Returns the system clock time in milliseconds since the epoch
at which this processor will be reaped.
|
Job |
getJob()
Returns the job which defines this processor.
|
RMap |
getResults(ProcessPrx proc)
Retrieve the results for the given process.
|
protected void |
ice_copyStateFrom(Ice.Object __obj) |
java.lang.String |
ice_id() |
java.lang.String |
ice_id(Ice.Current __current) |
java.lang.String[] |
ice_ids() |
java.lang.String[] |
ice_ids(Ice.Current __current) |
boolean |
ice_isA(java.lang.String s) |
boolean |
ice_isA(java.lang.String s,
Ice.Current __current) |
static java.lang.String |
ice_staticId() |
JobParams |
params()
Retrieves the parameters needed to be passed in an execution
and the results which will be passed back out.
|
boolean |
setDetach(boolean detach)
Sets whether or not cancel will be called on the current
Process on stop. |
void |
stop()
Clears the current execution of
Job from
the processor to prepare for another execution. |
___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
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
__read, __read, __write, __write, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
execute, expires, getJob, getResults, params, setDetach, stop
public static final java.lang.String[] __ids
public static final long serialVersionUID
protected void ice_copyStateFrom(Ice.Object __obj) throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public boolean ice_isA(java.lang.String s)
ice_isA
in interface Ice.Object
ice_isA
in class Ice.ObjectImpl
public boolean ice_isA(java.lang.String s, Ice.Current __current)
ice_isA
in interface Ice.Object
ice_isA
in class Ice.ObjectImpl
public java.lang.String[] ice_ids()
ice_ids
in interface Ice.Object
ice_ids
in class Ice.ObjectImpl
public java.lang.String[] ice_ids(Ice.Current __current)
ice_ids
in interface Ice.Object
ice_ids
in class Ice.ObjectImpl
public java.lang.String ice_id()
ice_id
in interface Ice.Object
ice_id
in class Ice.ObjectImpl
public java.lang.String ice_id(Ice.Current __current)
ice_id
in interface Ice.Object
ice_id
in class Ice.ObjectImpl
public static java.lang.String ice_staticId()
public final ProcessPrx execute(RMap inputs) throws ServerError
execute
in interface _InteractiveProcessorOperationsNC
ServerError
public final long expires()
expires
in interface _InteractiveProcessorOperationsNC
public final Job getJob()
getJob
in interface _InteractiveProcessorOperationsNC
public final RMap getResults(ProcessPrx proc) throws ServerError
getResults
in interface _InteractiveProcessorOperationsNC
ServerError
public final JobParams params() throws ServerError
params
in interface _InteractiveProcessorOperationsNC
ServerError
public final boolean setDetach(boolean detach) throws ServerError
Process
on stop. If detach is true, then the
Process
will continue running. Otherwise,
_ProcessOperations.cancel(Ice.Current)
will be called, before preparing for
another run.
false by defaultsetDetach
in interface _InteractiveProcessorOperationsNC
ServerError
public final void stop() throws ServerError
Job
from
the processor to prepare for another execution.
cancel() will be called on the current Process
if detach is set to false.stop
in interface _InteractiveProcessorOperationsNC
ServerError
public static Ice.DispatchStatus ___expires(InteractiveProcessor __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getJob(InteractiveProcessor __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___params(InteractiveProcessor __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___execute(InteractiveProcessor __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getResults(InteractiveProcessor __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setDetach(InteractiveProcessor __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___stop(InteractiveProcessor __obj, IceInternal.Incoming __inS, Ice.Current __current)
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)
__dispatch
in interface Ice.Object
__dispatch
in class Ice.ObjectImpl
protected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl
in class Ice.ObjectImpl
protected void __readImpl(IceInternal.BasicStream __is)
__readImpl
in class Ice.ObjectImpl