com.evelopers.unimod.debug.protocol
Class Message

java.lang.Object
  extended bycom.evelopers.unimod.debug.protocol.Message
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CommandMessage, EventMessage

public abstract class Message
extends java.lang.Object
implements java.io.Serializable

Abstract Message to interact between application and debugger

See Also:
Serialized Form

Constructor Summary
(package private) Message(int type, ThreadInfo threadInfo)
           
 
Method Summary
 ThreadInfo getThreadInfo()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Message

Message(int type,
        ThreadInfo threadInfo)
Method Detail

getType

public int getType()

getThreadInfo

public ThreadInfo getThreadInfo()
Returns:
Returns the thread.