org.cip4.jdflib.util
Class CPUTimer.CPUTimerFactory.ThreadIdentifier

java.lang.Object
  extended by org.cip4.jdflib.util.CPUTimer.CPUTimerFactory.ThreadIdentifier
Enclosing class:
CPUTimer.CPUTimerFactory

protected class CPUTimer.CPUTimerFactory.ThreadIdentifier
extends Object

Author:
Rainer Prosi, Heidelberger Druckmaschinen *

Field Summary
protected  String id
           
protected  Thread theThread
           
 
Constructor Summary
CPUTimer.CPUTimerFactory.ThreadIdentifier(String id)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

theThread

protected Thread theThread

id

protected String id
Constructor Detail

CPUTimer.CPUTimerFactory.ThreadIdentifier

public CPUTimer.CPUTimerFactory.ThreadIdentifier(String id)
Parameters:
id - a unique Identifier, may be null
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object
Parameters:
obj -
Returns:
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
Overrides:
hashCode in class Object
Returns:
See Also:
Object.hashCode()

toString

public String toString()
Overrides:
toString in class Object
Returns:
See Also:
Object.toString()


Copyright © 2013. All Rights Reserved.