Save This Page
Home » bsf-src-2.4.0 » org.apache.bsf.debug.util » [javadoc | source]
org.apache.bsf.debug.util
public interface: RemoteService [javadoc | source]

All Implemented Interfaces:
    Remote

All Known Implementing Classes:
    JsEngineStub, JsContextStub, JsCodeStub, DebuggerStub, BSFDebugger, Callbacks, JsObjectStub, JsCallbacksStub, Stub, JsCallbacks, DebugManagerStub

Method from org.apache.bsf.debug.util.RemoteService Summary:
addListener,   completeFuture,   createFuture,   removeListener,   suspendFuture
Method from org.apache.bsf.debug.util.RemoteService Detail:
 public  void addListener(RemoteServiceListener l) throws RemoteException
 public  void completeFuture(Object requester) throws RemoteException
 public  void createFuture(Object requester) throws RemoteException
 public  void removeListener(RemoteServiceListener l) throws RemoteException
 public  void suspendFuture(Object requester) throws RemoteException