com.infoengine.au
Class IEProperties.ThreadRegistration

java.lang.Object
  extended bycom.infoengine.au.IEProperties.ThreadRegistration
Enclosing class:
IEProperties

class IEProperties.ThreadRegistration
extends Object

simple class representing a thread's registration


Field Summary
(package private)  String serviceName
           
(package private)  Thread t
           
 
Constructor Summary
IEProperties.ThreadRegistration(Thread t, String serviceName)
           
 
Method Summary
 boolean equals(Object o)
           
 String getServiceName()
           
 Thread getThread()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

t

Thread t

serviceName

String serviceName
Constructor Detail

IEProperties.ThreadRegistration

public IEProperties.ThreadRegistration(Thread t,
                                       String serviceName)
Method Detail

getThread

public Thread getThread()

getServiceName

public String getServiceName()

equals

public boolean equals(Object o)

toString

public String toString()