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