public static interface MatlabProxyFactory.Request
Request has no concept of
failure.
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel()
Attempts to cancel the request.
|
MatlabProxy.Identifier |
getProxyIdentifer()
The identifier of the proxy associated with this request.
|
boolean |
isCancelled()
If the request has been successfully cancelled.
|
boolean |
isCompleted()
Returns
true if the proxy has been created. |
MatlabProxy.Identifier getProxyIdentifer()
MatlabProxy.getIdentifier() will return true when tested for equivalence with
the identifier returned by this method using MatlabProxy.Identifier.equals(java.lang.Object).boolean cancel()
false will be returned, otherwise true will be returned. If the request has already been
successfully canceled then this method will have no effect and true will be returned.boolean isCancelled()
boolean isCompleted()
true if the proxy has been created.