com.sun.squawk.debugger.sda
Class SDPListener
java.lang.Object
   com.sun.squawk.debugger.JDWPListener
com.sun.squawk.debugger.JDWPListener
       com.sun.squawk.debugger.sda.SDPListener
com.sun.squawk.debugger.sda.SDPListener
- All Implemented Interfaces: 
- Runnable
- public final class SDPListener 
- extends JDWPListener
A SDPListener implements the Squawk VM side of the JDWP protocol
 and communicates with a Squawk Debugger Proxy.
 
 
 
 
 
| Method Summary | 
|  void | processCommand(CommandPacket command)Processes a single command received over this listeners connection.
 | 
|  String | sourceName()Subclasses must return a meaning name for this listener that will be useful
 as a suffix for log messages on this thread.
 | 
 
 
 
SDPListener
public SDPListener(SDA debugger)
processCommand
public void processCommand(CommandPacket command)
                    throws IOException
- Processes a single command received over this listeners connection.
 
- 
- Specified by:
- processCommandin class- JDWPListener
 
- 
- Throws:
- IOException
 
sourceName
public String sourceName()
- Subclasses must return a meaning name for this listener that will be useful
 as a suffix for log messages on this thread.
 
- 
- Specified by:
- sourceNamein class- JDWPListener
 
- 
- Returns:
- the name of the thing that this listener is talking to.
 
"For updated information see the Java FRC site"