Class ObservingContextFactory

java.lang.Object
org.mozilla.javascript.ContextFactory
org.eclipse.ease.lang.javascript.rhino.ObservingContextFactory

public class ObservingContextFactory extends org.mozilla.javascript.ContextFactory
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.mozilla.javascript.ContextFactory

    org.mozilla.javascript.ContextFactory.GlobalSetter, org.mozilla.javascript.ContextFactory.Listener
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cancelTerminate(org.mozilla.javascript.Context context)
     
    void
    terminate(org.mozilla.javascript.Context context)
     

    Methods inherited from class org.mozilla.javascript.ContextFactory

    addListener, call, enter, enterContext, enterContext, exit, getApplicationClassLoader, getGlobal, getGlobalSetter, hasExplicitGlobal, initApplicationClassLoader, initGlobal, isSealed, removeListener, seal

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ObservingContextFactory

      public ObservingContextFactory()
  • Method Details

    • terminate

      public void terminate(org.mozilla.javascript.Context context)
    • cancelTerminate

      public void cancelTerminate(org.mozilla.javascript.Context context)