polishing
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2008 the original author or authors.
|
||||
* Copyright 2002-2009 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -305,9 +305,10 @@ public class MBeanExporter extends MBeanRegistrationSupport
|
||||
/**
|
||||
* Indicates whether Spring should ensure that {@link ObjectName ObjectNames}
|
||||
* generated by the configured {@link ObjectNamingStrategy} for
|
||||
* runtime-registered MBeans should be modified to ensure uniqueness
|
||||
* for every instance of a managed <code>Class</code>.
|
||||
* runtime-registered MBeans ({@link #registerManagedResource}) should get
|
||||
* modified: to ensure uniqueness for every instance of a managed <code>Class</code>.
|
||||
* <p>The default value is <code>true</code>.
|
||||
* @see #registerManagedResource
|
||||
* @see JmxUtils#appendIdentityToObjectName(javax.management.ObjectName, Object)
|
||||
*/
|
||||
public void setEnsureUniqueRuntimeObjectNames(boolean ensureUniqueRuntimeObjectNames) {
|
||||
|
||||
Reference in New Issue
Block a user