|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.infoengine.au.IEProperties.ThreadRegistration
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 |
Thread t
String serviceName
Constructor Detail |
public IEProperties.ThreadRegistration(Thread t, String serviceName)
Method Detail |
public Thread getThread()
public String getServiceName()
public boolean equals(Object o)
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |