Save This Page
Home » bsf-src-2.4.0 » org.apache.bsf.dbline » [javadoc | source]
org.apache.bsf.dbline
public class: JsObjectProxy [javadoc | source]
java.lang.Object
   org.apache.bsf.dbline.JsObjectProxy
This is a proxy for remote objects in the JavaScript engine. Each proxy is given a unique identifier which allows an easy manipulation from the command line debugger.
Field Summary
static  int oidGenerator     
 JsObject m_object     
 int m_oid     
Constructor:
 public JsObjectProxy() 
 JsObjectProxy(JsObject obj) 
Method from org.apache.bsf.dbline.JsObjectProxy Summary:
getObject,   getOid
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.bsf.dbline.JsObjectProxy Detail:
 JsObject getObject() 
 int getOid()