Package org.jolokia.support.spring
Class SpringJolokiaLogHandlerHolder
java.lang.Object
org.jolokia.support.spring.SpringJolokiaLogHandlerHolder
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
public class SpringJolokiaLogHandlerHolder
extends Object
implements org.springframework.beans.factory.InitializingBean
A holder for logging configuration for the spring agent
- Since:
- 17.10.13
- Author:
- roland
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidorg.jolokia.server.core.service.api.LogHandlervoidsetCategory(String pCategory) voidsetLogHandler(org.jolokia.server.core.service.api.LogHandler pLogHandler) void
-
Constructor Details
-
SpringJolokiaLogHandlerHolder
public SpringJolokiaLogHandlerHolder()
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
setLogHandler
public void setLogHandler(org.jolokia.server.core.service.api.LogHandler pLogHandler) -
setType
-
setCategory
-
getLogHandler
public org.jolokia.server.core.service.api.LogHandler getLogHandler()
-