org.eclipse.m2m.atl.engine.vm.adwp
Class ADWPDebuggee

java.lang.Object
  extended by java.lang.Thread
      extended by org.eclipse.m2m.atl.engine.vm.adwp.ADWP
          extended by org.eclipse.m2m.atl.engine.vm.adwp.ADWPDebuggee
All Implemented Interfaces:
java.lang.Runnable

public class ADWPDebuggee
extends ADWP


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
protected static java.util.logging.Logger logger
           
 
Fields inherited from class org.eclipse.m2m.atl.engine.vm.adwp.ADWP
CMD_CALL, CMD_CONTINUE, CMD_DISASSEMBLE, CMD_FINISH, CMD_GET, CMD_QUERY, CMD_SET, CMD_SET_BP, CMD_STEP, CMD_STEP_OVER, CMD_UNSET_BP, in, MSG_ANS, MSG_DISAS_CODE, MSG_STOPPED, MSG_TERMINATED, out, TYPE_BOOLEAN, TYPE_INTEGER, TYPE_NULL, TYPE_OBJECT, TYPE_REAL, TYPE_STRING
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ADWPDebuggee(java.io.InputStream in, java.io.OutputStream out)
           
 
Method Summary
 ADWPCommand readCommand()
           
protected  ObjectReference readObjectReference(int id)
           
 void run()
           
 void sendMessage(int msg, int ack, java.util.List args)
           
 
Methods inherited from class org.eclipse.m2m.atl.engine.vm.adwp.ADWP
readValue, writeValue
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

logger

protected static java.util.logging.Logger logger
Constructor Detail

ADWPDebuggee

public ADWPDebuggee(java.io.InputStream in,
                    java.io.OutputStream out)
Method Detail

sendMessage

public void sendMessage(int msg,
                        int ack,
                        java.util.List args)

readCommand

public ADWPCommand readCommand()

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread

readObjectReference

protected ObjectReference readObjectReference(int id)
Specified by:
readObjectReference in class ADWP

Copyright 2007 IBM Corporation and others.
All Rights Reserved.