Uses of Interface
org.apache.bsf.debug.util.RemoteService

Packages that use RemoteService
org.apache.bsf.dbline   
org.apache.bsf.debug   
org.apache.bsf.debug.jsdi   
org.apache.bsf.debug.meta   
org.apache.bsf.debug.util   
org.apache.bsf.util   
 

Uses of RemoteService in org.apache.bsf.dbline
 

Classes in org.apache.bsf.dbline that implement RemoteService
 class Callbacks
          This object is the remote object that will be passed to the remote debug manager as both the BSFDebugger and the JavaScript-specific callback object.
 

Uses of RemoteService in org.apache.bsf.debug
 

Subinterfaces of RemoteService in org.apache.bsf.debug
 interface BSFDebugger
          This is the interface a client debugger has to implement in order to be able to register itself to the BSF debug manager.
 

Uses of RemoteService in org.apache.bsf.debug.jsdi
 

Subinterfaces of RemoteService in org.apache.bsf.debug.jsdi
 interface JsCallbacks
          This interface is the callback for the JavaScript debugger.
 

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

Classes in org.apache.bsf.debug.meta that implement RemoteService
 class DebuggerStub
           
 class DebugManagerStub
           
 class JsCallbacksStub
           
 class JsCodeStub
           
 class JsContextStub
           
 class JsEngineStub
           
 class JsObjectStub
           
 

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

Classes in org.apache.bsf.debug.util that implement RemoteService
 class Stub
           
 

Methods in org.apache.bsf.debug.util with parameters of type RemoteService
 void RemoteServiceListener.revokedNotify(RemoteService stub)
           
 

Uses of RemoteService in org.apache.bsf.util
 

Methods in org.apache.bsf.util with parameters of type RemoteService
 void BSFDebugManagerImpl.revokedNotify(RemoteService service)
          Callback from the socket/stub layer.