public interface ScriptProcessPrx extends ProcessPrx
Process interface which is returned by
IScript when an ScriptJob is launched.
It is critical that instances of (@code ScriptProcess} are closed
on completion. See the close(boolean) method for more information.| Modifier and Type | Method and Description |
|---|---|
Ice.AsyncResult |
begin_close(boolean detach)
Closes this process and frees server resources attached to it.
|
Ice.AsyncResult |
begin_close(boolean detach,
Callback_ScriptProcess_close __cb)
Closes this process and frees server resources attached to it.
|
Ice.AsyncResult |
begin_close(boolean detach,
Ice.Callback __cb)
Closes this process and frees server resources attached to it.
|
Ice.AsyncResult |
begin_close(boolean detach,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Closes this process and frees server resources attached to it.
|
Ice.AsyncResult |
begin_close(boolean detach,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Closes this process and frees server resources attached to it.
|
Ice.AsyncResult |
begin_close(boolean detach,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Closes this process and frees server resources attached to it.
|
Ice.AsyncResult |
begin_close(boolean detach,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ScriptProcess_close __cb)
Closes this process and frees server resources attached to it.
|
Ice.AsyncResult |
begin_close(boolean detach,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Closes this process and frees server resources attached to it.
|
Ice.AsyncResult |
begin_close(boolean detach,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Closes this process and frees server resources attached to it.
|
Ice.AsyncResult |
begin_close(boolean detach,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Closes this process and frees server resources attached to it.
|
Ice.AsyncResult |
begin_getJob()
Returns the job which started this process.
|
Ice.AsyncResult |
begin_getJob(Callback_ScriptProcess_getJob __cb)
Returns the job which started this process.
|
Ice.AsyncResult |
begin_getJob(Ice.Callback __cb)
Returns the job which started this process.
|
Ice.AsyncResult |
begin_getJob(IceInternal.Functional_GenericCallback1<ScriptJob> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the job which started this process.
|
Ice.AsyncResult |
begin_getJob(IceInternal.Functional_GenericCallback1<ScriptJob> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Returns the job which started this process.
|
Ice.AsyncResult |
begin_getJob(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the job which started this process.
|
Ice.AsyncResult |
begin_getJob(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ScriptProcess_getJob __cb)
Returns the job which started this process.
|
Ice.AsyncResult |
begin_getJob(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Returns the job which started this process.
|
Ice.AsyncResult |
begin_getJob(java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<ScriptJob> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the job which started this process.
|
Ice.AsyncResult |
begin_getJob(java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<ScriptJob> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Returns the job which started this process.
|
Ice.AsyncResult |
begin_getResults(int waitSecs)
Returns the results immediately if present.
|
Ice.AsyncResult |
begin_getResults(int waitSecs,
Callback_ScriptProcess_getResults __cb)
Returns the results immediately if present.
|
Ice.AsyncResult |
begin_getResults(int waitSecs,
Ice.Callback __cb)
Returns the results immediately if present.
|
Ice.AsyncResult |
begin_getResults(int waitSecs,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,RType>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the results immediately if present.
|
Ice.AsyncResult |
begin_getResults(int waitSecs,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,RType>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Returns the results immediately if present.
|
Ice.AsyncResult |
begin_getResults(int waitSecs,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the results immediately if present.
|
Ice.AsyncResult |
begin_getResults(int waitSecs,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ScriptProcess_getResults __cb)
Returns the results immediately if present.
|
Ice.AsyncResult |
begin_getResults(int waitSecs,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Returns the results immediately if present.
|
Ice.AsyncResult |
begin_getResults(int waitSecs,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,RType>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the results immediately if present.
|
Ice.AsyncResult |
begin_getResults(int waitSecs,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,RType>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Returns the results immediately if present.
|
Ice.AsyncResult |
begin_setMessage(java.lang.String message)
Sets the message on the
ScriptJob object. |
Ice.AsyncResult |
begin_setMessage(java.lang.String message,
Callback_ScriptProcess_setMessage __cb)
Sets the message on the
ScriptJob object. |
Ice.AsyncResult |
begin_setMessage(java.lang.String message,
Ice.Callback __cb)
Sets the message on the
ScriptJob object. |
Ice.AsyncResult |
begin_setMessage(java.lang.String message,
IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Sets the message on the
ScriptJob object. |
Ice.AsyncResult |
begin_setMessage(java.lang.String message,
IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Sets the message on the
ScriptJob object. |
Ice.AsyncResult |
begin_setMessage(java.lang.String message,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Sets the message on the
ScriptJob object. |
Ice.AsyncResult |
begin_setMessage(java.lang.String message,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ScriptProcess_setMessage __cb)
Sets the message on the
ScriptJob object. |
Ice.AsyncResult |
begin_setMessage(java.lang.String message,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Sets the message on the
ScriptJob object. |
Ice.AsyncResult |
begin_setMessage(java.lang.String message,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Sets the message on the
ScriptJob object. |
Ice.AsyncResult |
begin_setMessage(java.lang.String message,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Sets the message on the
ScriptJob object. |
void |
close(boolean detach)
Closes this process and frees server resources attached to it.
|
void |
close(boolean detach,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Closes this process and frees server resources attached to it.
|
void |
end_close(Ice.AsyncResult __result)
Closes this process and frees server resources attached to it.
|
ScriptJob |
end_getJob(Ice.AsyncResult __result)
Returns the job which started this process.
|
java.util.Map<java.lang.String,RType> |
end_getResults(Ice.AsyncResult __result)
Returns the results immediately if present.
|
java.lang.String |
end_setMessage(Ice.AsyncResult __result)
Sets the message on the
ScriptJob object. |
ScriptJob |
getJob()
Returns the job which started this process.
|
ScriptJob |
getJob(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the job which started this process.
|
java.util.Map<java.lang.String,RType> |
getResults(int waitSecs)
Returns the results immediately if present.
|
java.util.Map<java.lang.String,RType> |
getResults(int waitSecs,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the results immediately if present.
|
java.lang.String |
setMessage(java.lang.String message)
Sets the message on the
ScriptJob object. |
java.lang.String |
setMessage(java.lang.String message,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Sets the message on the
ScriptJob object. |
_wait, _wait, begin_cancel, begin_cancel, begin_cancel, begin_cancel, begin_cancel, begin_cancel, begin_cancel, begin_cancel, begin_cancel, begin_cancel, begin_kill, begin_kill, begin_kill, begin_kill, begin_kill, begin_kill, begin_kill, begin_kill, begin_kill, begin_kill, begin_poll, begin_poll, begin_poll, begin_poll, begin_poll, begin_poll, begin_poll, begin_poll, begin_poll, begin_poll, begin_registerCallback, begin_registerCallback, begin_registerCallback, begin_registerCallback, begin_registerCallback, begin_registerCallback, begin_registerCallback, begin_registerCallback, begin_registerCallback, begin_registerCallback, begin_shutdown, begin_shutdown, begin_shutdown, begin_shutdown, begin_shutdown, begin_shutdown, begin_shutdown, begin_shutdown, begin_shutdown, begin_shutdown, begin_unregisterCallback, begin_unregisterCallback, begin_unregisterCallback, begin_unregisterCallback, begin_unregisterCallback, begin_unregisterCallback, begin_unregisterCallback, begin_unregisterCallback, begin_unregisterCallback, begin_unregisterCallback, begin_wait, begin_wait, begin_wait, begin_wait, begin_wait, begin_wait, begin_wait, begin_wait, begin_wait, begin_wait, cancel, cancel, end_cancel, end_kill, end_poll, end_registerCallback, end_shutdown, end_unregisterCallback, end_wait, kill, kill, poll, poll, registerCallback, registerCallback, shutdown, shutdown, unregisterCallback, unregisterCallbackbegin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twowayScriptJob getJob() throws ServerError
ServerErrorScriptJob getJob(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_getJob()
Ice.AsyncResult begin_getJob(java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_getJob(Ice.Callback __cb)
__cb - The asynchronous callback object.Ice.AsyncResult begin_getJob(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_getJob(Callback_ScriptProcess_getJob __cb)
__cb - The asynchronous callback object.Ice.AsyncResult begin_getJob(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ScriptProcess_getJob __cb)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_getJob(IceInternal.Functional_GenericCallback1<ScriptJob> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.Ice.AsyncResult begin_getJob(IceInternal.Functional_GenericCallback1<ScriptJob> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.Ice.AsyncResult begin_getJob(java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<ScriptJob> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__ctx - The Context map to send with the invocation.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.Ice.AsyncResult begin_getJob(java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<ScriptJob> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
__ctx - The Context map to send with the invocation.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.ScriptJob end_getJob(Ice.AsyncResult __result) throws ServerError
__result - The asynchronous result object.ServerErrorjava.util.Map<java.lang.String,RType> getResults(int waitSecs) throws ServerError
ApiUsageException. If poll has returned a non-null
value, then this method will always return a non-null value.ServerErrorjava.util.Map<java.lang.String,RType> getResults(int waitSecs, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ApiUsageException. If poll has returned a non-null
value, then this method will always return a non-null value.__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_getResults(int waitSecs)
ApiUsageException. If poll has returned a non-null
value, then this method will always return a non-null value.Ice.AsyncResult begin_getResults(int waitSecs,
java.util.Map<java.lang.String,java.lang.String> __ctx)
ApiUsageException. If poll has returned a non-null
value, then this method will always return a non-null value.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_getResults(int waitSecs,
Ice.Callback __cb)
ApiUsageException. If poll has returned a non-null
value, then this method will always return a non-null value.__cb - The asynchronous callback object.Ice.AsyncResult begin_getResults(int waitSecs,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
ApiUsageException. If poll has returned a non-null
value, then this method will always return a non-null value.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_getResults(int waitSecs,
Callback_ScriptProcess_getResults __cb)
ApiUsageException. If poll has returned a non-null
value, then this method will always return a non-null value.__cb - The asynchronous callback object.Ice.AsyncResult begin_getResults(int waitSecs,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ScriptProcess_getResults __cb)
ApiUsageException. If poll has returned a non-null
value, then this method will always return a non-null value.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_getResults(int waitSecs,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,RType>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ApiUsageException. If poll has returned a non-null
value, then this method will always return a non-null value.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.Ice.AsyncResult begin_getResults(int waitSecs,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,RType>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
ApiUsageException. If poll has returned a non-null
value, then this method will always return a non-null value.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.Ice.AsyncResult begin_getResults(int waitSecs,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,RType>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ApiUsageException. If poll has returned a non-null
value, then this method will always return a non-null value.__ctx - The Context map to send with the invocation.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.Ice.AsyncResult begin_getResults(int waitSecs,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,RType>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
ApiUsageException. If poll has returned a non-null
value, then this method will always return a non-null value.__ctx - The Context map to send with the invocation.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.java.util.Map<java.lang.String,RType> end_getResults(Ice.AsyncResult __result) throws ServerError
ApiUsageException. If poll has returned a non-null
value, then this method will always return a non-null value.__result - The asynchronous result object.ServerErrorjava.lang.String setMessage(java.lang.String message)
throws ServerError
ScriptJob object.
This value MAY be overwritten by the server if the script
fails.ServerErrorjava.lang.String setMessage(java.lang.String message,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
ScriptJob object.
This value MAY be overwritten by the server if the script
fails.__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_setMessage(java.lang.String message)
ScriptJob object.
This value MAY be overwritten by the server if the script
fails.Ice.AsyncResult begin_setMessage(java.lang.String message,
java.util.Map<java.lang.String,java.lang.String> __ctx)
ScriptJob object.
This value MAY be overwritten by the server if the script
fails.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_setMessage(java.lang.String message,
Ice.Callback __cb)
ScriptJob object.
This value MAY be overwritten by the server if the script
fails.__cb - The asynchronous callback object.Ice.AsyncResult begin_setMessage(java.lang.String message,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
ScriptJob object.
This value MAY be overwritten by the server if the script
fails.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_setMessage(java.lang.String message,
Callback_ScriptProcess_setMessage __cb)
ScriptJob object.
This value MAY be overwritten by the server if the script
fails.__cb - The asynchronous callback object.Ice.AsyncResult begin_setMessage(java.lang.String message,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ScriptProcess_setMessage __cb)
ScriptJob object.
This value MAY be overwritten by the server if the script
fails.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_setMessage(java.lang.String message,
IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ScriptJob object.
This value MAY be overwritten by the server if the script
fails.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.Ice.AsyncResult begin_setMessage(java.lang.String message,
IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
ScriptJob object.
This value MAY be overwritten by the server if the script
fails.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.Ice.AsyncResult begin_setMessage(java.lang.String message,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ScriptJob object.
This value MAY be overwritten by the server if the script
fails.__ctx - The Context map to send with the invocation.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.Ice.AsyncResult begin_setMessage(java.lang.String message,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
ScriptJob object.
This value MAY be overwritten by the server if the script
fails.__ctx - The Context map to send with the invocation.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.java.lang.String end_setMessage(Ice.AsyncResult __result)
throws ServerError
ScriptJob object.
This value MAY be overwritten by the server if the script
fails.__result - The asynchronous result object.ServerErrorvoid close(boolean detach)
throws ServerError
IScript service.
If the detach argument is False, then the background process
will be shutdown immediately, and all intermediate results
(stdout, stderr, ...) will be uploaded.ServerErrorvoid close(boolean detach,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
IScript service.
If the detach argument is False, then the background process
will be shutdown immediately, and all intermediate results
(stdout, stderr, ...) will be uploaded.__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_close(boolean detach)
IScript service.
If the detach argument is False, then the background process
will be shutdown immediately, and all intermediate results
(stdout, stderr, ...) will be uploaded.Ice.AsyncResult begin_close(boolean detach,
java.util.Map<java.lang.String,java.lang.String> __ctx)
IScript service.
If the detach argument is False, then the background process
will be shutdown immediately, and all intermediate results
(stdout, stderr, ...) will be uploaded.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_close(boolean detach,
Ice.Callback __cb)
IScript service.
If the detach argument is False, then the background process
will be shutdown immediately, and all intermediate results
(stdout, stderr, ...) will be uploaded.__cb - The asynchronous callback object.Ice.AsyncResult begin_close(boolean detach,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
IScript service.
If the detach argument is False, then the background process
will be shutdown immediately, and all intermediate results
(stdout, stderr, ...) will be uploaded.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_close(boolean detach,
Callback_ScriptProcess_close __cb)
IScript service.
If the detach argument is False, then the background process
will be shutdown immediately, and all intermediate results
(stdout, stderr, ...) will be uploaded.__cb - The asynchronous callback object.Ice.AsyncResult begin_close(boolean detach,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ScriptProcess_close __cb)
IScript service.
If the detach argument is False, then the background process
will be shutdown immediately, and all intermediate results
(stdout, stderr, ...) will be uploaded.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_close(boolean detach,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IScript service.
If the detach argument is False, then the background process
will be shutdown immediately, and all intermediate results
(stdout, stderr, ...) will be uploaded.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.Ice.AsyncResult begin_close(boolean detach,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
IScript service.
If the detach argument is False, then the background process
will be shutdown immediately, and all intermediate results
(stdout, stderr, ...) will be uploaded.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.Ice.AsyncResult begin_close(boolean detach,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IScript service.
If the detach argument is False, then the background process
will be shutdown immediately, and all intermediate results
(stdout, stderr, ...) will be uploaded.__ctx - The Context map to send with the invocation.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.Ice.AsyncResult begin_close(boolean detach,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
IScript service.
If the detach argument is False, then the background process
will be shutdown immediately, and all intermediate results
(stdout, stderr, ...) will be uploaded.__ctx - The Context map to send with the invocation.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.void end_close(Ice.AsyncResult __result)
throws ServerError
IScript service.
If the detach argument is False, then the background process
will be shutdown immediately, and all intermediate results
(stdout, stderr, ...) will be uploaded.__result - The asynchronous result object.ServerError