Generated by
JDiff

Class org.springframework.jmx.support.MBeanRegistrationSupport

Documentation changed from old to new.

Added Methods
void setRegistrationPolicy(RegistrationPolicy) The policy to use when attempting to register an MBean under an javax.management.ObjectName that already exists.
 

Changed Methods
void setRegistrationBehavior(int) Documentation changed from old to new.
Now deprecated.
since Spring 3.2, in favor of {@link #setRegistrationPolicy(RegistrationPolicy)}
void setRegistrationBehaviorName(String) Documentation changed from old to new.
Now deprecated.
since Spring 3.2, in favor of {@link #setRegistrationPolicy(RegistrationPolicy)}
 

Changed Fields
int REGISTRATION_FAIL_ON_EXISTING Documentation changed from old to new.
Now deprecated.
since Spring 3.2, in favor of {@link RegistrationPolicy#FAIL_ON_EXISTING}
int REGISTRATION_IGNORE_EXISTING Documentation changed from old to new.
Now deprecated.
since Spring 3.2, in favor of {@link RegistrationPolicy#IGNORE_EXISTING}
int REGISTRATION_REPLACE_EXISTING Documentation changed from old to new.
Now deprecated.
since Spring 3.2, in favor of {@link RegistrationPolicy#REPLACE_EXISTING}