File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
spring-framework-reference/src Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public class JmxTestBean implements IJmxTestBean {
77
77
public void setAge(int age) {
78
78
this.age = age;
79
79
}
80
-
80
+
81
81
public void setName(String name) {
82
82
this.name = name;
83
83
}
@@ -213,7 +213,7 @@ public class JmxTestBean implements IJmxTestBean {
213
213
]]> <lineannotation >< !-- search for the <interfacename >MBeanServer</interfacename > instance with the given agentId --> </lineannotation ><![CDATA[
214
214
<property name="agentId" value="]]> <emphasis ><![CDATA[ <MBeanServer instance agentId>]]> </emphasis ><![CDATA[ "/>
215
215
</bean>
216
-
216
+
217
217
<bean id="exporter" class="org.springframework.jmx.export.MBeanExporter">
218
218
<property name="server" ref="mbeanServer"/>
219
219
...
@@ -230,9 +230,9 @@ public class JmxTestBean implements IJmxTestBean {
230
230
]]> <lineannotation >< !-- Custom <literal >MBeanServerLocator</literal > --> </lineannotation ><![CDATA[
231
231
<bean class="platform.package.MBeanServerLocator" factory-method="locateMBeanServer"/>
232
232
</property>
233
-
233
+
234
234
]]> <lineannotation >< !-- other beans here --> </lineannotation ><![CDATA[
235
-
235
+
236
236
</bean>
237
237
</beans>]]> </programlisting >
238
238
</section >
@@ -1058,7 +1058,7 @@ public class AnnotationTestBean implements IJmxTestBean {
1058
1058
</bean>
1059
1059
1060
1060
<bean id="attributeSource"
1061
- class="org.springframework.jmx.export.metadata.AttributesJmxAttributeSource "/>
1061
+ class="org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource "/>
1062
1062
1063
1063
</beans>]]> </programlisting >
1064
1064
You can’t perform that action at this time.
0 commit comments