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


Method Summary
 void addListener(RemoteServiceListener l)
           
 void completeFuture(java.lang.Object requester)
           
 void createFuture(java.lang.Object requester)
           
 void removeListener(RemoteServiceListener l)
           
 void suspendFuture(java.lang.Object requester)
           
 

Method Detail

addListener

public void addListener(RemoteServiceListener l)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

removeListener

public void removeListener(RemoteServiceListener l)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

createFuture

public void createFuture(java.lang.Object requester)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

suspendFuture

public void suspendFuture(java.lang.Object requester)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

completeFuture

public void completeFuture(java.lang.Object requester)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException