public class ThreadData extends Object The inheritable thread data stored for each thread in the system.
- Author:
- Christopher Mindus
Method Summary 
Gets the loggers instance.
Gets the session information data.
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Details 
getLoggers 
Gets the loggers instance.
- Returns:
- The loggers instance.
getSessionInfo 
Gets the session information data.
- Returns:
- The session info, or
null
if none is assigned (rarely).