| Package | Description | 
|---|---|
| org.springframework.jmx.support | Contains support classes for connecting to local and remote  MBeanServers
 and for exposing anMBeanServerto remote clients. | 
| Modifier and Type | Method and Description | 
|---|---|
| static RegistrationPolicy | RegistrationPolicy. 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MBeanRegistrationSupport. setRegistrationPolicy(RegistrationPolicy registrationPolicy)The policy to use when attempting to register an MBean
 under an  ObjectNamethat already exists. |