| 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 |
|---|---|
void |
MWRequestState.visit(MWRequestStateVisitor<T> visitor)
Call the appropriate method of visitor, based on the current known state of this request.
|
| Modifier and Type | Method and Description |
|---|---|
MWRequestStateVisitor<T> |
MWRequestImpl.getFutureVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
SendingMWRequestState.visit(MWRequestStateVisitor<T> visitor) |
void |
ReadyMWRequestState.visit(MWRequestStateVisitor<T> visitor) |
void |
ProcessingMWRequestState.visit(MWRequestStateVisitor<T> visitor) |
void |
InterruptedMWRequestState.visit(MWRequestStateVisitor<T> visitor) |
void |
InQueueMWRequestState.visit(MWRequestStateVisitor<T> visitor) |
void |
FailedMWRequestState.visit(MWRequestStateVisitor<T> visitor) |
void |
ExpiredMWRequestState.visit(MWRequestStateVisitor<T> visitor) |
void |
CancelledMWRequestState.visit(MWRequestStateVisitor<T> visitor) |
Copyright © 2015–2024. All rights reserved.