1 55 56 package org.apache.bsf.debug; 57 58 import org.apache.bsf.debug.util.RemoteService; 59 60 import java.rmi.RemoteException ; 61 62 79 public interface BSFDebugger extends RemoteService { 80 81 84 public void createdEngine(String lang, Object engine) 85 throws RemoteException ; 86 89 public void deletedEngine(Object engine) 90 throws RemoteException ; 91 92 97 public void disconnect() 98 throws RemoteException ; 99 } 100 | Popular Tags |