|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MatlabProxyFactory.Request
A request for a proxy. Because requests have no timeout, a Request
has no concept of
failure.
Implementations of this class are unconditionally thread-safe.
WARNING: This interface is not intended to be implemented by users of matlabcontrol. Methods may be added
to this interface, and these additions will not be considered breaking binary compatibility.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |