Class StatisticsLoggerServiceImpl
- java.lang.Object
-
- org.webswing.server.services.stats.StatisticsLoggerServiceImpl
-
- All Implemented Interfaces:
WebswingService,StatisticsLoggerService
public class StatisticsLoggerServiceImpl extends Object implements StatisticsLoggerService
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVER_LOGGER_INSTANCE_NAME
-
Constructor Summary
Constructors Constructor Description StatisticsLoggerServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatisticsLoggercreateLogger()StatisticsLoggergetServerLogger()voidstart()voidstop()
-
-
-
Field Detail
-
SERVER_LOGGER_INSTANCE_NAME
public static final String SERVER_LOGGER_INSTANCE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
start
public void start() throws org.webswing.server.model.exception.WsInitException- Specified by:
startin interfaceWebswingService- Throws:
org.webswing.server.model.exception.WsInitException
-
stop
public void stop()
- Specified by:
stopin interfaceWebswingService
-
createLogger
public StatisticsLogger createLogger()
- Specified by:
createLoggerin interfaceStatisticsLoggerService
-
getServerLogger
public StatisticsLogger getServerLogger()
- Specified by:
getServerLoggerin interfaceStatisticsLoggerService
-
-