Home » freemarker-2.3.13 » freemarker.debug » [javadoc | source]
freemarker.debug
static class: DebuggerClient.LocalDebuggerProxy [javadoc | source]
java.lang.Object
   freemarker.debug.DebuggerClient$LocalDebuggerProxy

All Implemented Interfaces:
    Debugger

Constructor:
 LocalDebuggerProxy(Debugger remoteDebugger) 
Method from freemarker.debug.DebuggerClient$LocalDebuggerProxy Summary:
addBreakpoint,   addDebuggerListener,   getBreakpoints,   getBreakpoints,   getSuspendedEnvironments,   removeBreakpoint,   removeBreakpoints,   removeBreakpoints,   removeDebuggerListener
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from freemarker.debug.DebuggerClient$LocalDebuggerProxy Detail:
 public  void addBreakpoint(Breakpoint breakpoint) throws RemoteException 
 public Object addDebuggerListener(DebuggerListener listener) throws RemoteException 
 public List getBreakpoints() throws RemoteException 
 public List getBreakpoints(String templateName) throws RemoteException 
 public Collection getSuspendedEnvironments() throws RemoteException 
 public  void removeBreakpoint(Breakpoint breakpoint) throws RemoteException 
 public  void removeBreakpoints() throws RemoteException 
 public  void removeBreakpoints(String templateName) throws RemoteException 
 public  void removeDebuggerListener(Object id) throws RemoteException