Save This Page
Home » bsf-src-2.4.0 » org.apache.bsf.debug.meta » [javadoc | source]
org.apache.bsf.debug.meta
public class: JsContextStub [javadoc | source]
java.lang.Object
   org.apache.bsf.debug.util.Stub
      org.apache.bsf.debug.meta.JsContextStub

All Implemented Interfaces:
    JsContext, RemoteService

Fields inherited from org.apache.bsf.debug.util.Stub:
UNDEFINED,  NOT_FOUND,  m_tid,  m_uid,  m_revoked,  m_con
Constructor:
 public JsContextStub(SocketConnection m_con,
    int tid,
    int uid) 
Method from org.apache.bsf.debug.meta.JsContextStub Summary:
bind,   getCode,   getDepth,   getEngine,   getLineNumber,   getScope,   getSourceName,   getThis
Methods from org.apache.bsf.debug.util.Stub:
Init,   addListener,   completeFuture,   createFuture,   equals,   getConnection,   getTid,   getUid,   removeListener,   revokeFuture,   revoked,   suspendFuture,   swizzle
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.bsf.debug.meta.JsContextStub Detail:
 public JsObject bind(String id) throws RemoteException 
 public JsCode getCode() throws RemoteException 
 public int getDepth() throws RemoteException 
 public JsEngine getEngine() throws RemoteException 
 public int getLineNumber() throws RemoteException 
 public JsObject getScope() throws RemoteException 
 public String getSourceName() throws RemoteException 
 public JsObject getThis() throws RemoteException