Package com.iizix
Interface ILoggers
public interface ILoggers
This interface is implemented by either a
Thread
or ThreadGroup
extending class and is used to return a specific Loggers
instance. This is used on the server side when multiple instances of the client are instantiated and in the server to have a specific Loggers
instance for the client connection in question.- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionGets the Loggers instance.Gets the Object being attached to the thread or thread group, typically for the server, an instance of SessionInfo.
Method Details
getCurrentLoggers
Loggers getCurrentLoggers()Gets the Loggers instance.- Returns:
- The instance of the
Loggers
class ornull
if none is set.
getTObject
Object getTObject()Gets the Object being attached to the thread or thread group, typically for the server, an instance of SessionInfo.- Returns:
- An Object or null if none is present.