Class ThreadData

java.lang.Object
com.iizix.virtual.ThreadData

public class ThreadData extends Object
The inheritable thread data stored for each thread in the system.
Author:
Christopher Mindus
  • Method Details

    • getLoggers

      public Loggers getLoggers()
      Gets the loggers instance.
      Returns:
      The loggers instance.
    • getSessionInfo

      public SessionInfo getSessionInfo()
      Gets the session information data.
      Returns:
      The session info, or null if none is assigned (rarely).