public interface ProcessorPrx
extends Ice.ObjectPrx
Modifier and Type | Method and Description |
---|---|
Ice.AsyncResult |
begin_parseJob(java.lang.String session,
Job jobObject)
Parses a job and returns metadata definition required
for properly submitting the job.
|
Ice.AsyncResult |
begin_parseJob(java.lang.String session,
Job jobObject,
Callback_Processor_parseJob __cb)
Parses a job and returns metadata definition required
for properly submitting the job.
|
Ice.AsyncResult |
begin_parseJob(java.lang.String session,
Job jobObject,
Ice.Callback __cb)
Parses a job and returns metadata definition required
for properly submitting the job.
|
Ice.AsyncResult |
begin_parseJob(java.lang.String session,
Job jobObject,
IceInternal.Functional_GenericCallback1<JobParams> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Parses a job and returns metadata definition required
for properly submitting the job.
|
Ice.AsyncResult |
begin_parseJob(java.lang.String session,
Job jobObject,
IceInternal.Functional_GenericCallback1<JobParams> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Parses a job and returns metadata definition required
for properly submitting the job.
|
Ice.AsyncResult |
begin_parseJob(java.lang.String session,
Job jobObject,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Parses a job and returns metadata definition required
for properly submitting the job.
|
Ice.AsyncResult |
begin_parseJob(java.lang.String session,
Job jobObject,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_Processor_parseJob __cb)
Parses a job and returns metadata definition required
for properly submitting the job.
|
Ice.AsyncResult |
begin_parseJob(java.lang.String session,
Job jobObject,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Parses a job and returns metadata definition required
for properly submitting the job.
|
Ice.AsyncResult |
begin_parseJob(java.lang.String session,
Job jobObject,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<JobParams> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Parses a job and returns metadata definition required
for properly submitting the job.
|
Ice.AsyncResult |
begin_parseJob(java.lang.String session,
Job jobObject,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<JobParams> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Parses a job and returns metadata definition required
for properly submitting the job.
|
Ice.AsyncResult |
begin_processJob(java.lang.String session,
JobParams params,
Job jobObject)
Starts a process based on the given job
If this processor cannot handle the given job, a
null process will be returned.
|
Ice.AsyncResult |
begin_processJob(java.lang.String session,
JobParams params,
Job jobObject,
Callback_Processor_processJob __cb)
Starts a process based on the given job
If this processor cannot handle the given job, a
null process will be returned.
|
Ice.AsyncResult |
begin_processJob(java.lang.String session,
JobParams params,
Job jobObject,
Ice.Callback __cb)
Starts a process based on the given job
If this processor cannot handle the given job, a
null process will be returned.
|
Ice.AsyncResult |
begin_processJob(java.lang.String session,
JobParams params,
Job jobObject,
IceInternal.Functional_GenericCallback1<ProcessPrx> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Starts a process based on the given job
If this processor cannot handle the given job, a
null process will be returned.
|
Ice.AsyncResult |
begin_processJob(java.lang.String session,
JobParams params,
Job jobObject,
IceInternal.Functional_GenericCallback1<ProcessPrx> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Starts a process based on the given job
If this processor cannot handle the given job, a
null process will be returned.
|
Ice.AsyncResult |
begin_processJob(java.lang.String session,
JobParams params,
Job jobObject,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Starts a process based on the given job
If this processor cannot handle the given job, a
null process will be returned.
|
Ice.AsyncResult |
begin_processJob(java.lang.String session,
JobParams params,
Job jobObject,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_Processor_processJob __cb)
Starts a process based on the given job
If this processor cannot handle the given job, a
null process will be returned.
|
Ice.AsyncResult |
begin_processJob(java.lang.String session,
JobParams params,
Job jobObject,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Starts a process based on the given job
If this processor cannot handle the given job, a
null process will be returned.
|
Ice.AsyncResult |
begin_processJob(java.lang.String session,
JobParams params,
Job jobObject,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<ProcessPrx> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Starts a process based on the given job
If this processor cannot handle the given job, a
null process will be returned.
|
Ice.AsyncResult |
begin_processJob(java.lang.String session,
JobParams params,
Job jobObject,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<ProcessPrx> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Starts a process based on the given job
If this processor cannot handle the given job, a
null process will be returned.
|
Ice.AsyncResult |
begin_requestRunning(ProcessorCallbackPrx cb)
Used by servers to find out what jobs are still active.
|
Ice.AsyncResult |
begin_requestRunning(ProcessorCallbackPrx cb,
Callback_Processor_requestRunning __cb)
Used by servers to find out what jobs are still active.
|
Ice.AsyncResult |
begin_requestRunning(ProcessorCallbackPrx cb,
Ice.Callback __cb)
Used by servers to find out what jobs are still active.
|
Ice.AsyncResult |
begin_requestRunning(ProcessorCallbackPrx cb,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Used by servers to find out what jobs are still active.
|
Ice.AsyncResult |
begin_requestRunning(ProcessorCallbackPrx cb,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Used by servers to find out what jobs are still active.
|
Ice.AsyncResult |
begin_requestRunning(ProcessorCallbackPrx cb,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Used by servers to find out what jobs are still active.
|
Ice.AsyncResult |
begin_requestRunning(ProcessorCallbackPrx cb,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_Processor_requestRunning __cb)
Used by servers to find out what jobs are still active.
|
Ice.AsyncResult |
begin_requestRunning(ProcessorCallbackPrx cb,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Used by servers to find out what jobs are still active.
|
Ice.AsyncResult |
begin_requestRunning(ProcessorCallbackPrx cb,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Used by servers to find out what jobs are still active.
|
Ice.AsyncResult |
begin_requestRunning(ProcessorCallbackPrx cb,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Used by servers to find out what jobs are still active.
|
Ice.AsyncResult |
begin_willAccept(Experimenter userContext,
ExperimenterGroup groupContext,
Job scriptContext,
ProcessorCallbackPrx cb)
Called by
SharedResources to find a suitable
target for omero.grid.SharedResources.acquireProcessor . |
Ice.AsyncResult |
begin_willAccept(Experimenter userContext,
ExperimenterGroup groupContext,
Job scriptContext,
ProcessorCallbackPrx cb,
Callback_Processor_willAccept __cb)
Called by
SharedResources to find a suitable
target for omero.grid.SharedResources.acquireProcessor . |
Ice.AsyncResult |
begin_willAccept(Experimenter userContext,
ExperimenterGroup groupContext,
Job scriptContext,
ProcessorCallbackPrx cb,
Ice.Callback __cb)
Called by
SharedResources to find a suitable
target for omero.grid.SharedResources.acquireProcessor . |
Ice.AsyncResult |
begin_willAccept(Experimenter userContext,
ExperimenterGroup groupContext,
Job scriptContext,
ProcessorCallbackPrx cb,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Called by
SharedResources to find a suitable
target for omero.grid.SharedResources.acquireProcessor . |
Ice.AsyncResult |
begin_willAccept(Experimenter userContext,
ExperimenterGroup groupContext,
Job scriptContext,
ProcessorCallbackPrx cb,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Called by
SharedResources to find a suitable
target for omero.grid.SharedResources.acquireProcessor . |
Ice.AsyncResult |
begin_willAccept(Experimenter userContext,
ExperimenterGroup groupContext,
Job scriptContext,
ProcessorCallbackPrx cb,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Called by
SharedResources to find a suitable
target for omero.grid.SharedResources.acquireProcessor . |
Ice.AsyncResult |
begin_willAccept(Experimenter userContext,
ExperimenterGroup groupContext,
Job scriptContext,
ProcessorCallbackPrx cb,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_Processor_willAccept __cb)
Called by
SharedResources to find a suitable
target for omero.grid.SharedResources.acquireProcessor . |
Ice.AsyncResult |
begin_willAccept(Experimenter userContext,
ExperimenterGroup groupContext,
Job scriptContext,
ProcessorCallbackPrx cb,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Called by
SharedResources to find a suitable
target for omero.grid.SharedResources.acquireProcessor . |
Ice.AsyncResult |
begin_willAccept(Experimenter userContext,
ExperimenterGroup groupContext,
Job scriptContext,
ProcessorCallbackPrx cb,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Called by
SharedResources to find a suitable
target for omero.grid.SharedResources.acquireProcessor . |
Ice.AsyncResult |
begin_willAccept(Experimenter userContext,
ExperimenterGroup groupContext,
Job scriptContext,
ProcessorCallbackPrx cb,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Called by
SharedResources to find a suitable
target for omero.grid.SharedResources.acquireProcessor . |
JobParams |
end_parseJob(Ice.AsyncResult __result)
Parses a job and returns metadata definition required
for properly submitting the job.
|
ProcessPrx |
end_processJob(Ice.AsyncResult __result)
Starts a process based on the given job
If this processor cannot handle the given job, a
null process will be returned.
|
void |
end_requestRunning(Ice.AsyncResult __result)
Used by servers to find out what jobs are still active.
|
void |
end_willAccept(Ice.AsyncResult __result)
Called by
SharedResources to find a suitable
target for omero.grid.SharedResources.acquireProcessor . |
JobParams |
parseJob(java.lang.String session,
Job jobObject)
Parses a job and returns metadata definition required
for properly submitting the job.
|
JobParams |
parseJob(java.lang.String session,
Job jobObject,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Parses a job and returns metadata definition required
for properly submitting the job.
|
ProcessPrx |
processJob(java.lang.String session,
JobParams params,
Job jobObject)
Starts a process based on the given job
If this processor cannot handle the given job, a
null process will be returned.
|
ProcessPrx |
processJob(java.lang.String session,
JobParams params,
Job jobObject,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Starts a process based on the given job
If this processor cannot handle the given job, a
null process will be returned.
|
void |
requestRunning(ProcessorCallbackPrx cb)
Used by servers to find out what jobs are still active.
|
void |
requestRunning(ProcessorCallbackPrx cb,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Used by servers to find out what jobs are still active.
|
void |
willAccept(Experimenter userContext,
ExperimenterGroup groupContext,
Job scriptContext,
ProcessorCallbackPrx cb)
Called by
SharedResources to find a suitable
target for omero.grid.SharedResources.acquireProcessor . |
void |
willAccept(Experimenter userContext,
ExperimenterGroup groupContext,
Job scriptContext,
ProcessorCallbackPrx cb,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Called by
SharedResources to find a suitable
target for omero.grid.SharedResources.acquireProcessor . |
begin_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_twoway
void willAccept(Experimenter userContext, ExperimenterGroup groupContext, Job scriptContext, ProcessorCallbackPrx cb)
SharedResources
to find a suitable
target for omero.grid.SharedResources.acquireProcessor
.
New processor instances are added to the checklist by using
omero.grid.SharedResources.addProcessor
. All processors
must respond with their session uuid in order to authorize
the action.void willAccept(Experimenter userContext, ExperimenterGroup groupContext, Job scriptContext, ProcessorCallbackPrx cb, java.util.Map<java.lang.String,java.lang.String> __ctx)
SharedResources
to find a suitable
target for omero.grid.SharedResources.acquireProcessor
.
New processor instances are added to the checklist by using
omero.grid.SharedResources.addProcessor
. All processors
must respond with their session uuid in order to authorize
the action.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_willAccept(Experimenter userContext, ExperimenterGroup groupContext, Job scriptContext, ProcessorCallbackPrx cb)
SharedResources
to find a suitable
target for omero.grid.SharedResources.acquireProcessor
.
New processor instances are added to the checklist by using
omero.grid.SharedResources.addProcessor
. All processors
must respond with their session uuid in order to authorize
the action.Ice.AsyncResult begin_willAccept(Experimenter userContext, ExperimenterGroup groupContext, Job scriptContext, ProcessorCallbackPrx cb, java.util.Map<java.lang.String,java.lang.String> __ctx)
SharedResources
to find a suitable
target for omero.grid.SharedResources.acquireProcessor
.
New processor instances are added to the checklist by using
omero.grid.SharedResources.addProcessor
. All processors
must respond with their session uuid in order to authorize
the action.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_willAccept(Experimenter userContext, ExperimenterGroup groupContext, Job scriptContext, ProcessorCallbackPrx cb, Ice.Callback __cb)
SharedResources
to find a suitable
target for omero.grid.SharedResources.acquireProcessor
.
New processor instances are added to the checklist by using
omero.grid.SharedResources.addProcessor
. All processors
must respond with their session uuid in order to authorize
the action.__cb
- The asynchronous callback object.Ice.AsyncResult begin_willAccept(Experimenter userContext, ExperimenterGroup groupContext, Job scriptContext, ProcessorCallbackPrx cb, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
SharedResources
to find a suitable
target for omero.grid.SharedResources.acquireProcessor
.
New processor instances are added to the checklist by using
omero.grid.SharedResources.addProcessor
. All processors
must respond with their session uuid in order to authorize
the action.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_willAccept(Experimenter userContext, ExperimenterGroup groupContext, Job scriptContext, ProcessorCallbackPrx cb, Callback_Processor_willAccept __cb)
SharedResources
to find a suitable
target for omero.grid.SharedResources.acquireProcessor
.
New processor instances are added to the checklist by using
omero.grid.SharedResources.addProcessor
. All processors
must respond with their session uuid in order to authorize
the action.__cb
- The asynchronous callback object.Ice.AsyncResult begin_willAccept(Experimenter userContext, ExperimenterGroup groupContext, Job scriptContext, ProcessorCallbackPrx cb, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Processor_willAccept __cb)
SharedResources
to find a suitable
target for omero.grid.SharedResources.acquireProcessor
.
New processor instances are added to the checklist by using
omero.grid.SharedResources.addProcessor
. All processors
must respond with their session uuid in order to authorize
the action.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_willAccept(Experimenter userContext, ExperimenterGroup groupContext, Job scriptContext, ProcessorCallbackPrx cb, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
SharedResources
to find a suitable
target for omero.grid.SharedResources.acquireProcessor
.
New processor instances are added to the checklist by using
omero.grid.SharedResources.addProcessor
. All processors
must respond with their session uuid in order to authorize
the action.__responseCb
- The lambda response callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_willAccept(Experimenter userContext, ExperimenterGroup groupContext, Job scriptContext, ProcessorCallbackPrx cb, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
SharedResources
to find a suitable
target for omero.grid.SharedResources.acquireProcessor
.
New processor instances are added to the checklist by using
omero.grid.SharedResources.addProcessor
. All processors
must respond with their session uuid in order to authorize
the action.__responseCb
- The lambda response callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.AsyncResult begin_willAccept(Experimenter userContext, ExperimenterGroup groupContext, Job scriptContext, ProcessorCallbackPrx cb, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
SharedResources
to find a suitable
target for omero.grid.SharedResources.acquireProcessor
.
New processor instances are added to the checklist by using
omero.grid.SharedResources.addProcessor
. All processors
must respond with their session uuid in order to authorize
the action.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_willAccept(Experimenter userContext, ExperimenterGroup groupContext, Job scriptContext, ProcessorCallbackPrx cb, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
SharedResources
to find a suitable
target for omero.grid.SharedResources.acquireProcessor
.
New processor instances are added to the checklist by using
omero.grid.SharedResources.addProcessor
. All processors
must respond with their session uuid in order to authorize
the action.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.void end_willAccept(Ice.AsyncResult __result)
SharedResources
to find a suitable
target for omero.grid.SharedResources.acquireProcessor
.
New processor instances are added to the checklist by using
omero.grid.SharedResources.addProcessor
. All processors
must respond with their session uuid in order to authorize
the action.__result
- The asynchronous result object.void requestRunning(ProcessorCallbackPrx cb)
ProcessorCallback.responseRunning
void requestRunning(ProcessorCallbackPrx cb, java.util.Map<java.lang.String,java.lang.String> __ctx)
ProcessorCallback.responseRunning
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_requestRunning(ProcessorCallbackPrx cb)
ProcessorCallback.responseRunning
Ice.AsyncResult begin_requestRunning(ProcessorCallbackPrx cb, java.util.Map<java.lang.String,java.lang.String> __ctx)
ProcessorCallback.responseRunning
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_requestRunning(ProcessorCallbackPrx cb, Ice.Callback __cb)
ProcessorCallback.responseRunning
__cb
- The asynchronous callback object.Ice.AsyncResult begin_requestRunning(ProcessorCallbackPrx cb, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ProcessorCallback.responseRunning
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_requestRunning(ProcessorCallbackPrx cb, Callback_Processor_requestRunning __cb)
ProcessorCallback.responseRunning
__cb
- The asynchronous callback object.Ice.AsyncResult begin_requestRunning(ProcessorCallbackPrx cb, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Processor_requestRunning __cb)
ProcessorCallback.responseRunning
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_requestRunning(ProcessorCallbackPrx cb, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ProcessorCallback.responseRunning
__responseCb
- The lambda response callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_requestRunning(ProcessorCallbackPrx cb, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ProcessorCallback.responseRunning
__responseCb
- The lambda response callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.AsyncResult begin_requestRunning(ProcessorCallbackPrx cb, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ProcessorCallback.responseRunning
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_requestRunning(ProcessorCallbackPrx cb, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ProcessorCallback.responseRunning
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.void end_requestRunning(Ice.AsyncResult __result)
ProcessorCallback.responseRunning
__result
- The asynchronous result object.JobParams parseJob(java.lang.String session, Job jobObject) throws ServerError
processJob
ServerError
JobParams parseJob(java.lang.String session, Job jobObject, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
processJob
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_parseJob(java.lang.String session, Job jobObject)
processJob
Ice.AsyncResult begin_parseJob(java.lang.String session, Job jobObject, java.util.Map<java.lang.String,java.lang.String> __ctx)
processJob
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_parseJob(java.lang.String session, Job jobObject, Ice.Callback __cb)
processJob
__cb
- The asynchronous callback object.Ice.AsyncResult begin_parseJob(java.lang.String session, Job jobObject, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
processJob
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_parseJob(java.lang.String session, Job jobObject, Callback_Processor_parseJob __cb)
processJob
__cb
- The asynchronous callback object.Ice.AsyncResult begin_parseJob(java.lang.String session, Job jobObject, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Processor_parseJob __cb)
processJob
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_parseJob(java.lang.String session, Job jobObject, IceInternal.Functional_GenericCallback1<JobParams> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
processJob
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_parseJob(java.lang.String session, Job jobObject, IceInternal.Functional_GenericCallback1<JobParams> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
processJob
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.AsyncResult begin_parseJob(java.lang.String session, Job jobObject, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<JobParams> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
processJob
__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_parseJob(java.lang.String session, Job jobObject, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<JobParams> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
processJob
__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.JobParams end_parseJob(Ice.AsyncResult __result) throws ServerError
processJob
__result
- The asynchronous result object.ServerError
ProcessPrx processJob(java.lang.String session, JobParams params, Job jobObject) throws ServerError
params
argument
was created by a previously call to parseJob
.ServerError
ProcessPrx processJob(java.lang.String session, JobParams params, Job jobObject, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
params
argument
was created by a previously call to parseJob
.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_processJob(java.lang.String session, JobParams params, Job jobObject)
params
argument
was created by a previously call to parseJob
.Ice.AsyncResult begin_processJob(java.lang.String session, JobParams params, Job jobObject, java.util.Map<java.lang.String,java.lang.String> __ctx)
params
argument
was created by a previously call to parseJob
.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_processJob(java.lang.String session, JobParams params, Job jobObject, Ice.Callback __cb)
params
argument
was created by a previously call to parseJob
.__cb
- The asynchronous callback object.Ice.AsyncResult begin_processJob(java.lang.String session, JobParams params, Job jobObject, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
params
argument
was created by a previously call to parseJob
.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_processJob(java.lang.String session, JobParams params, Job jobObject, Callback_Processor_processJob __cb)
params
argument
was created by a previously call to parseJob
.__cb
- The asynchronous callback object.Ice.AsyncResult begin_processJob(java.lang.String session, JobParams params, Job jobObject, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Processor_processJob __cb)
params
argument
was created by a previously call to parseJob
.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_processJob(java.lang.String session, JobParams params, Job jobObject, IceInternal.Functional_GenericCallback1<ProcessPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
params
argument
was created by a previously call to parseJob
.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_processJob(java.lang.String session, JobParams params, Job jobObject, IceInternal.Functional_GenericCallback1<ProcessPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
params
argument
was created by a previously call to parseJob
.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.AsyncResult begin_processJob(java.lang.String session, JobParams params, Job jobObject, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ProcessPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
params
argument
was created by a previously call to parseJob
.__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_processJob(java.lang.String session, JobParams params, Job jobObject, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ProcessPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
params
argument
was created by a previously call to parseJob
.__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.ProcessPrx end_processJob(Ice.AsyncResult __result) throws ServerError
params
argument
was created by a previously call to parseJob
.__result
- The asynchronous result object.ServerError