public class SpringJolokiaMBeanServerFactory extends Object implements org.springframework.beans.factory.FactoryBean<MBeanServer>
Constructor and Description |
---|
SpringJolokiaMBeanServerFactory() |
Modifier and Type | Method and Description |
---|---|
MBeanServer |
getObject()
Get the Jolokia MBeanServer.
|
Class<?> |
getObjectType() |
boolean |
isSingleton() |
public MBeanServer getObject()
getObject
in interface org.springframework.beans.factory.FactoryBean<MBeanServer>
public Class<?> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<MBeanServer>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<MBeanServer>
Copyright © 2016. All rights reserved.