Java org.springframework.jmx.export MBeanExporter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jmx.export MBeanExporter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jmx.export MBeanExporter.

The text is from its open source code.

Subclass

org.springframework.jmx.export.MBeanExporter has subclasses.
Click this link to see all its subclasses.

Field

intAUTODETECT_NONE
Autodetection mode indicating that no autodetection should be used.
intAUTODETECT_ASSEMBLER
Autodetection mode indicating that only the MBeanInfoAssembler should be able to autodetect beans.

Constructor

Method

voidafterPropertiesSet()
voidsetAllowEagerInit(boolean allowEagerInit)
Specify whether to allow eager initialization of candidate beans when autodetecting MBeans in the Spring application context.
voidsetBeans(Map beans)
Supply a Map of beans to be registered with the JMX MBeanServer .
voidsetRegistrationPolicy(RegistrationPolicy registrationPolicy)
The policy to use when attempting to register an MBean under an javax.management.ObjectName that already exists.
voidsetServer(@Nullable MBeanServer server)
Specify the MBeanServer instance with which all beans should be registered.