JMIWrapperRemoteImpl¶
-
class
JMIWrapperRemoteImpl
extends LocalHostRMIHelper.LocalHostRemoteObject implements JMIWrapperRemote¶ Passes method calls off to
JMIWrapper
. Methods called on this proxy will be performed inside of the JVM that created this object. This class is only created inside of the MATLAB’s JVM and soJMIWrapper
‘s calls will be able to communicate with MATLAB. These methods are documented inMatlabProxy
.Author: Joshua Kaplan
Methods¶
invokeAndWait¶
-
public <T> T
invokeAndWait
(MatlabProxy.MatlabThreadCallable<T> callable)¶