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

All Implemented Interfaces:
    RemoteService

Direct Known Subclasses:
    JsEngineStub, JsContextStub, JsCodeStub, DebuggerStub, JsObjectStub, JsCallbacksStub, DebugManagerStub

Nested Class Summary:
class  Stub.FutureCell   
Field Summary
public static  Stub UNDEFINED     
public static  Stub NOT_FOUND     
protected  int m_tid     
protected  int m_uid     
protected  boolean m_revoked     
protected  SocketConnection m_con     
Constructor:
 public Stub(SocketConnection con,
    int tid,
    int uid) 
Method from org.apache.bsf.debug.util.Stub Summary:
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.util.Stub Detail:
 public static  void Init(SocketConnection con) 
 public  void addListener(RemoteServiceListener l) 
 public  void completeFuture(Object requester) throws RemoteException 
 public  void createFuture(Object requester) throws RemoteException 
 public boolean equals(Object o) 
 public SocketConnection getConnection() 
 public int getTid() 
 public int getUid() 
 public  void removeListener(RemoteServiceListener l) 
 public  void revokeFuture(Object requester,
    Exception ex) throws Exception 
 public  void revoked() 
 public  void suspendFuture(Object requester) throws RemoteException 
 public Stub swizzle(int tid,
    int uid)