org.apache.bsf.debug.util
Interface RemoteService
- All Superinterfaces:
- java.rmi.Remote
- All Known Subinterfaces:
- BSFDebugger, JsCallbacks
- All Known Implementing Classes:
- Callbacks, DebuggerStub, JsCallbacksStub, Stub
- public interface RemoteService
- extends java.rmi.Remote
addListener
public void addListener(RemoteServiceListener l)
throws java.rmi.RemoteException
java.rmi.RemoteException
removeListener
public void removeListener(RemoteServiceListener l)
throws java.rmi.RemoteException
java.rmi.RemoteException
createFuture
public void createFuture(java.lang.Object requester)
throws java.rmi.RemoteException
java.rmi.RemoteException
suspendFuture
public void suspendFuture(java.lang.Object requester)
throws java.rmi.RemoteException
java.rmi.RemoteException
completeFuture
public void completeFuture(java.lang.Object requester)
throws java.rmi.RemoteException
java.rmi.RemoteException