INT-2882 Upgrade DocBook Reference Plugin to 0.2.6
For reference see: https://jira.springsource.org/browse/INT-2882 * Verify spacing * Ensure all source code samples are typed: e.g. <programlisting language="xml"> * Ensure source code fits space in PDF format
This commit is contained in:
committed by
Gary Russell
parent
35365990f9
commit
06831b9e22
@@ -61,13 +61,13 @@
|
||||
ObjectName pattern (e.g. "org.foo:type=Bar,name=*") and the adapter will receive notifications
|
||||
from all MBeans with ObjectNames that match the pattern. In addition, the <emphasis>object-name</emphasis>
|
||||
attribute can contain a SpEL reference to a <util:list/> of ObjectName patterns:
|
||||
<programlisting><![CDATA[<jmx:notification-listening-channel-adapter id="manyNotificationsAdapter"
|
||||
channel="manyNotificationsChannel"
|
||||
object-name="#{patterns}"/>
|
||||
<programlisting language="xml"><![CDATA[<jmx:notification-listening-channel-adapter id="manyNotificationsAdapter"
|
||||
channel="manyNotificationsChannel"
|
||||
object-name="#{patterns}"/>
|
||||
|
||||
<util:list id="patterns">
|
||||
<value>org.foo:type=Foo,name=*</value>
|
||||
<value>org.foo:type=Bar,name=*</value>
|
||||
<value>org.foo:type=Foo,name=*</value>
|
||||
<value>org.foo:type=Bar,name=*</value>
|
||||
</util:list>]]></programlisting>
|
||||
The names of the located MBean(s) will be logged when DEBUG level logging is enabled.
|
||||
</note>
|
||||
|
||||
Reference in New Issue
Block a user