Uses of Enum Class
org.springframework.jmx.support.RegistrationPolicy
Packages that use RegistrationPolicy
Package
Description
Contains support classes for connecting to local and remote
MBeanServers
and for exposing an MBeanServer to remote clients.-
Uses of RegistrationPolicy in org.springframework.jmx.support
Subclasses with type arguments of type RegistrationPolicy in org.springframework.jmx.supportModifier and TypeClassDescriptionenumIndicates registration behavior when attempting to register an MBean that already exists.Methods in org.springframework.jmx.support that return RegistrationPolicyModifier and TypeMethodDescriptionstatic RegistrationPolicyReturns the enum constant of this class with the specified name.static RegistrationPolicy[]RegistrationPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.jmx.support with parameters of type RegistrationPolicyModifier and TypeMethodDescriptionvoidMBeanRegistrationSupport.setRegistrationPolicy(RegistrationPolicy registrationPolicy) The policy to use when attempting to register an MBean under anObjectNamethat already exists.