Package org.frankframework.jmx
Class JmxAdapterWrapper
java.lang.Object
org.frankframework.configuration.AbstractAdapterLifecycleWrapper
org.frankframework.jmx.JmxAdapterWrapper
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
public class JmxAdapterWrapper
extends AbstractAdapterLifecycleWrapper
implements org.springframework.beans.factory.InitializingBean
NOTE: Using the PlatformMBeanServer on WebSphere changes ObjectNames on registration.
-
Field Summary
Fields inherited from class org.frankframework.configuration.AbstractAdapterLifecycleWrapper
log
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAdapter
(Adapter adapter) void
void
removeAdapter
(Adapter adapter) void
setMBeanManager
(org.springframework.jmx.export.MBeanExporter mBeanManager)
-
Constructor Details
-
JmxAdapterWrapper
public JmxAdapterWrapper()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
addAdapter
- Specified by:
addAdapter
in classAbstractAdapterLifecycleWrapper
-
removeAdapter
- Specified by:
removeAdapter
in classAbstractAdapterLifecycleWrapper
-
setMBeanManager
@Qualifier("MBeanManager") public void setMBeanManager(org.springframework.jmx.export.MBeanExporter mBeanManager)
-