Package com.iizix
Interface ILoggers
- public interface ILoggersThis interface is implemented by either a- Threador- ThreadGroupextending class and is used to return a specific- Loggersinstance. This is used on the server side when multiple instances of the client are instantiated and in the server to have a specific- Loggersinstance for the client connection in question.- Author:
- Christopher Mindus
 
- Method Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - Loggers- getCurrentLoggers()Gets the Loggers instance.- java.lang.Object- getTObject()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.