Uses of Enum Class
org.springframework.jmx.support.RegistrationPolicy
Package
Description
Contains support classes for connecting to local and remote
MBeanServer
s
and for exposing an MBeanServer
to remote clients.-
Uses of RegistrationPolicy in org.springframework.jmx.support
Modifier and TypeMethodDescriptionstatic RegistrationPolicy
Returns 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.Modifier and TypeMethodDescriptionvoid
MBeanRegistrationSupport.setRegistrationPolicy
(RegistrationPolicy registrationPolicy) The policy to use when attempting to register an MBean under anObjectName
that already exists.