Uses of Class
org.apache.bsf.debug.util.Stub

Packages that use Stub
org.apache.bsf.debug.clientImpl   
org.apache.bsf.debug.meta   
org.apache.bsf.debug.serverImpl   
org.apache.bsf.debug.util   
 

Uses of Stub in org.apache.bsf.debug.clientImpl
 

Methods in org.apache.bsf.debug.clientImpl that return Stub
protected  Stub ClientStubTable.factory(int tid, int uid)
           
 

Uses of Stub in org.apache.bsf.debug.meta
 

Subclasses of Stub in org.apache.bsf.debug.meta
 class DebuggerStub
           
 class DebugManagerStub
           
 class JsCallbacksStub
           
 class JsCodeStub
           
 class JsContextStub
           
 class JsEngineStub
           
 class JsObjectStub
           
 

Uses of Stub in org.apache.bsf.debug.serverImpl
 

Methods in org.apache.bsf.debug.serverImpl that return Stub
protected  Stub ServerStubTable.factory(int tid, int uid)
           
 

Uses of Stub in org.apache.bsf.debug.util
 

Fields in org.apache.bsf.debug.util declared as Stub
static Stub Stub.NOT_FOUND
           
 Stub ResultCell.selfStub
           
static Stub Stub.UNDEFINED
           
 

Methods in org.apache.bsf.debug.util that return Stub
protected abstract  Stub StubTable.factory(int tid, int uid)
           
 Stub SocketConnection.getStub(int tid, int uid)
           
 Stub StubTable.swizzle(int tid, int uid)
           
 Stub SocketConnection.swizzle(int tid, int uid)
           
 Stub Stub.swizzle(int tid, int uid)
           
 

Methods in org.apache.bsf.debug.util with parameters of type Stub
 ResultCell SocketConnection.prepareOutgoingInvoke(Stub self, int classId, int methodId)
          First call made by a stub.