A B C D E F G H I L M P R S T

C

call(MatlabProxy.MatlabThreadProxy) - Method in interface matlabcontrol.MatlabProxy.MatlabThreadCallable
Performs the computation in MATLAB.
CallbackMatlabProxy - Class in matlabcontrol.extensions
Deprecated. This class was provided as a workaround when MatlabProxy could not operate on the Event Dispatch Thread (EDT) used by AWT and Swing; MatlabProxy no longer has this limitation. Wraps around a MatlabProxy making the method calls which interact with MATLAB operate with callbacks instead of return values. For each method in MatlabProxy that interacts with MATLAB, the same method exists but has one additional parameter that is either CallbackMatlabProxy.MatlabCallback or CallbackMatlabProxy.MatlabDataCallback. Method invocations do not throw MatlabInvocationExceptions, but if the proxy throws a MatlabInvocationException it will be provided to the callback.

All interactions with the proxy will be done in a single threaded manner. The underlying proxy methods will be completed in the order their corresponding methods in this class were called. Because method invocations on the proxy occur on a separate thread from the one calling the methods in this class, it can be used from within MATLAB on the Event Dispatch Thread (EDT).

This class is unconditionally thread-safe. There are no guarantees about the relative ordering of method completion when methods are invoked both on an instance of this class and on the proxy provided to it.
CallbackMatlabProxy(MatlabProxy) - Constructor for class matlabcontrol.extensions.CallbackMatlabProxy
Deprecated. Constructs an instance of this class, delegating all method invocations to the proxy.
CallbackMatlabProxy.MatlabCallback - Interface in matlabcontrol.extensions
Deprecated. A callback that indicates either the invocation succeeding or an exception being raised.
CallbackMatlabProxy.MatlabDataCallback<V> - Interface in matlabcontrol.extensions
Deprecated. A callback that supplies the results of the invocation or the raised exception.
cancel() - Method in interface matlabcontrol.MatlabProxyFactory.Request
Attempts to cancel the request.
checkPermission(Permission) - Method in class matlabcontrol.PermissiveSecurityManager
Always accepts permission request.
checkPermission(Permission, Object) - Method in class matlabcontrol.PermissiveSecurityManager
Always accepts permission request.

A B C D E F G H I L M P R S T