Uses of Class
org.springframework.jmx.support.RegistrationPolicy
Packages that use RegistrationPolicy Package Description org.springframework.context.annotation Annotation support for the Application Context, including JSR-250 "common" annotations, component-scanning, and Java-based metadata for creating Spring-managed objects.org.springframework.jmx.support Contains support classes for connecting to local and remoteMBeanServers and for exposing anMBeanServerto remote clients.Uses of RegistrationPolicy in org.springframework.context.annotation
Methods in org.springframework.context.annotation that return RegistrationPolicy Modifier and Type Method Description RegistrationPolicyregistration()The policy to use when attempting to register an MBean under anObjectNamethat already exists.Uses of RegistrationPolicy in org.springframework.jmx.support
Methods in org.springframework.jmx.support that return RegistrationPolicy Modifier and Type Method Description static RegistrationPolicyRegistrationPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static RegistrationPolicy[]RegistrationPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.springframework.jmx.support with parameters of type RegistrationPolicy Modifier and Type Method Description voidMBeanRegistrationSupport. setRegistrationPolicy(RegistrationPolicy registrationPolicy)The policy to use when attempting to register an MBean under anObjectNamethat already exists.