| Package | Description |
|---|---|
| com.mathworks.mps.client |
Provides library support for Java clients to communicate with MATLAB Production Server.
|
| com.mathworks.mps.client.internal.async |
| Modifier and Type | Method and Description |
|---|---|
MWRequestState<T> |
MWRequest.getState()
Get the current state of the request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CancelledMWRequestState<T>
Represents the CANCELLED_STATE of the MWRequest
|
class |
ExpiredMWRequestState<T>
Represents the expired state of a request.
|
class |
FailedMWRequestState<T>
Represents the ERROR_STATE of the MWRequest
|
class |
InQueueMWRequestState<T>
Represents the state of a request waiting to be processed.
|
class |
InterruptedMWRequestState<T> |
class |
ProcessingMWRequestState<T>
Represents the state of a request that is currently being processed.
|
class |
ReadyMWRequestState<T>
Represents the state of a request that has completed with no errors.
|
class |
SendingMWRequestState<T>
Represents the state of a request that has been sent.
|
| Modifier and Type | Method and Description |
|---|---|
MWRequestState<T> |
MWRequestImpl.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
MWRequestImpl.updateStateAndNotify(MWRequestState<T> newState) |
Copyright © 2015–2024. All rights reserved.