| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SDWPException | |
|---|---|
| com.sun.squawk.debugger | |
| com.sun.squawk.debugger.sda | The classes that implement the Squawk VM side of the SDWP. | 
| Uses of SDWPException in com.sun.squawk.debugger | 
|---|
| Methods in com.sun.squawk.debugger that throw SDWPException | |
|---|---|
| protected abstract  boolean | JDWPListener.CommandSet.dispatch()Dispatches to the handler for the specific command in the command set. | 
| protected  EventRequestModifier | EventRequest.readModifier(PacketInputStream in,
             int kind)Creates a EventRequestModifier from a given PacketInputStream. | 
| abstract  void | EventManager.send(Debugger.Event event,
     EventManager.MatchedRequests mr) | 
|  ReplyPacket | JDWPListener.sendCommand(CommandPacket command)Sends a command packet over this connection. | 
| Constructors in com.sun.squawk.debugger that throw SDWPException | |
|---|---|
| EventRequest(int id,
             PacketInputStream in,
             int kind)Creates an EventRequestbased on the data read from a JDWP packet. | |
| EventRequestModifier.ClassMatch(PacketInputStream in,
                                int kind,
                                boolean exclude)Creates a ClassMatch modifier. | |
| EventRequestModifier.ClassOnly(PacketInputStream in,
                               int kind)Creates a ClassOnly modifier. | |
| EventRequestModifier.Count(PacketInputStream in)Creates a Count modifier. | |
| EventRequestModifier.ExceptionOnly(PacketInputStream in,
                                   int kind)Creates an ExceptionOnly. | |
| EventRequestModifier.LocationOnly(PacketInputStream in,
                                  int kind)Creates a LocationOnly modifier. | |
| EventRequestModifier.Step(PacketInputStream in,
                          int kind)Creates a Step modifier. | |
| EventRequestModifier.ThreadOnly(PacketInputStream in,
                                int kind)Creates a ThreadOnly modifier. | |
| Uses of SDWPException in com.sun.squawk.debugger.sda | 
|---|
| Methods in com.sun.squawk.debugger.sda that throw SDWPException | |
|---|---|
|  Klass | ObjectManager.getClassForID(DataType.ObjectID objectID) | 
|  Object | ObjectManager.getObjectForID(DataType.ObjectID objectID)Gets the object corresponding to a given JDWP objectID value. | 
|  String | ObjectManager.getStringForID(DataType.ObjectID objectID) | 
|  VMThread | ObjectManager.getThreadForID(DataType.ObjectID objectID) | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||