Example usage for Java org.springframework.jmx.support RegistrationPolicy fields, constructors, methods, implement or subclass
The text is from its open source code.
RegistrationPolicy | IGNORE_EXISTING Registration should ignore the affected MBean when attempting to register an MBean under a name that already exists. |
RegistrationPolicy | REPLACE_EXISTING Registration should replace the affected MBean when attempting to register an MBean under a name that already exists. |