Package 

Class ProxyJavaScriptExecutor


  • 
    public class ProxyJavaScriptExecutor
    extends JavaScriptExecutor
                        

    JavaScript executor that delegates JS calls processed by native code back to a java version of the native executor interface.

    When set as a executor with CatalystInstance.Builder, catalyst native code will delegate low level javascript calls to the implementation of JavaJSExecutor interface provided with the constructor of this class.

    • Method Summary

      Modifier and Type Method Description
      void close() Close this executor and cleanup any resources that it was using.
      String getName() Returns the name of the executor, identifying the underlying runtime.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • close

         void close()

        Close this executor and cleanup any resources that it was using. No further calls are expectedafter this. TODO mhorowitz: This may no longer be used; check and delete if possible.

      • getName

         String getName()

        Returns the name of the executor, identifying the underlying runtime.