org.apache.bsf.dbline

Class Context


public class Context
extends java.lang.Object

Context objects represent remote JsContext in the JavaScript engine. JsContext are the JavaScript ECMA 1.3 contexts, forming the execution stack of the engine. Typically, the debugger will create a stack of Context objects mapping to the JavaScript context in the engine.

Constructor Summary

Context(JsContext cx, Buffer buffer)

Constructor Details

Context

public Context(JsContext cx,
               Buffer buffer)
            throws RemoteException