Package 

Class JavaScriptExecutor

    • Method Summary

      Modifier and Type Method Description
      void close() Close this executor and cleanup any resources that it was using.
      abstract 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

         abstract String getName()

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