Java org.springframework.jmx.support RegistrationPolicy fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jmx.support RegistrationPolicy fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jmx.support RegistrationPolicy.

The text is from its open source code.

Field

RegistrationPolicyIGNORE_EXISTING
Registration should ignore the affected MBean when attempting to register an MBean under a name that already exists.
RegistrationPolicyREPLACE_EXISTING
Registration should replace the affected MBean when attempting to register an MBean under a name that already exists.