| Package | Description |
|---|---|
| com.mathworks.mps.client |
Provides library support for Java clients to communicate with MATLAB Production Server.
|
| com.mathworks.mps.client.internal | |
| com.mathworks.mps.client.internal.async |
| Modifier and Type | Method and Description |
|---|---|
<T> MWRequest<T> |
MWInvokable.invokeAsync(MWInvokeRequest<T> invokeRequest,
MWRequestListener<T> callback)
Invokes a MATLAB function asynchronously with a callback attached.
|
<T> MWRequest<T> |
MWInvokable.invokeAsync(MWInvokeRequest<T> invokeRequest,
MWRequestListener<T> callback)
Invokes a MATLAB function asynchronously with a callback attached.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MWRequestListener.notify(MWRequest<T> request)
Notify the listener that the state has changed.
|
void |
MWRequestListener.notify(MWRequest<T> request)
Notify the listener that the state has changed.
|
| Modifier and Type | Method and Description |
|---|---|
<T> MWRequest<T> |
ComponentProxy.invokeAsync(MWInvokeRequest<T> invokeRequest,
MWRequestListener<T> callback)
Invokes a MATLAB function asynchronously.
|
<T> MWRequest<T> |
ComponentProxy.invokeAsync(MWInvokeRequest<T> invokeRequest,
MWRequestListener<T> callback)
Invokes a MATLAB function asynchronously.
|
<T> MWRequest<T> |
ApacheFevalHandler.processRequest(URL url,
MATLABParams.MATLAB_Params mlParams,
ResponseProducer<T> builder,
MWRequestListener<T> callback)
Sends a MATLAB request asynchronously and return an MWrequest object
representing the initiated request.
|
<T> MWRequest<T> |
MWFevalHandler.processRequest(URL url,
MATLABParams.MATLAB_Params mlParams,
ResponseProducer<T> builder,
MWRequestListener<T> callback) |
<T> MWRequest<T> |
SunHttpClientFevalHandler.processRequest(URL url,
MATLABParams.MATLAB_Params mlParams,
ResponseProducer<T> builder,
MWRequestListener<T> callback) |
<T> MWRequest<T> |
SunHttpClientFevalHandler.processRequest(URL url,
MATLABParams.MATLAB_Params mlParams,
ResponseProducer<T> builder,
MWRequestListener<T> callback) |
<T> MWRequest<T> |
MWFevalHandler.processRequest(URL url,
MATLABParams.MATLAB_Params mlParams,
ResponseProducer<T> builder,
MWRequestListener<T> callback) |
<T> MWRequest<T> |
ApacheFevalHandler.processRequest(URL url,
MATLABParams.MATLAB_Params mlParams,
ResponseProducer<T> builder,
MWRequestListener<T> callback)
Sends a MATLAB request asynchronously and return an MWrequest object
representing the initiated request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MWRequestImpl<T>
This is an internal class that implements the MWRequest interface.
|
Copyright © 2015–2021. All rights reserved.