T
- public interface MWRequest<T>
Modifier and Type | Method and Description |
---|---|
MWClient |
getClient()
Get the client to which the request is attached.
|
java.util.concurrent.Future<T> |
getFuture()
Returns a future object that can be used to get the result or cancel this request.
|
MWRequestState<T> |
getState()
Get the current state of the request.
|
void |
release()
Release resources on the server
|
java.util.concurrent.Future<T> getFuture()
MWClient getClient()
MWRequestState<T> getState()
void release()
Copyright 2010-2016 The MathWorks, Inc.