Package com.iizix
Interface ILoggers
public interface ILoggersThis interface is implemented by either aThreadorThreadGroupextending class and is used to return a specificLoggersinstance. This is used on the server side when multiple instances of the client are instantiated and in the server to have a specificLoggersinstance for the client connection in question.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoggersgetCurrentLoggers()Gets the Loggers instance.java.lang.ObjectgetTObject()Gets the Object being attached to the thread or thread group, typically for the server, an instance of SessionInfo.
Method Detail
getCurrentLoggers
Loggers getCurrentLoggers()
Gets the Loggers instance.- Returns:
- The instance of the
Loggersclass ornullif none is set.
getTObject
java.lang.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.