com.evelopers.unimod.debug.protocol
Class ThreadInfo

java.lang.Object
  extended bycom.evelopers.unimod.debug.protocol.ThreadInfo
All Implemented Interfaces:
java.io.Serializable

public class ThreadInfo
extends java.lang.Object
implements java.io.Serializable

Thread information - name and identifier

See Also:
Serialized Form

Constructor Summary
ThreadInfo(java.lang.String name, int ident)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getIdent()
           
 java.lang.String getName()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThreadInfo

public ThreadInfo(java.lang.String name,
                  int ident)
Method Detail

getIdent

public int getIdent()
Returns:
Returns the ident.

getName

public java.lang.String getName()
Returns:
Returns the name.

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object obj)

toString

public java.lang.String toString()