Author: smukhina
Date: 2009-05-11 12:34:26 -0400 (Mon, 11 May 2009)
New Revision: 15196
Modified:
branches/jbosstools-3.0.x/jmx/docs/reference/en/images/mbean-editor-horizontal-layout_0.2.0.png
branches/jbosstools-3.0.x/jmx/docs/reference/en/images/mbean-editor_0.2.0.png
branches/jbosstools-3.0.x/jmx/docs/reference/en/images/mbean-explorer-features.png
branches/jbosstools-3.0.x/jmx/docs/reference/en/images/mbean-explorer-query.png
branches/jbosstools-3.0.x/jmx/docs/reference/en/modules/extensions.xml
branches/jbosstools-3.0.x/jmx/docs/reference/en/modules/mbean_editor.xml
branches/jbosstools-3.0.x/jmx/docs/reference/pom.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-717 merged changes from trunk are added to the
corresponding branch
Modified:
branches/jbosstools-3.0.x/jmx/docs/reference/en/images/mbean-editor-horizontal-layout_0.2.0.png
===================================================================
(Binary files differ)
Modified: branches/jbosstools-3.0.x/jmx/docs/reference/en/images/mbean-editor_0.2.0.png
===================================================================
(Binary files differ)
Modified:
branches/jbosstools-3.0.x/jmx/docs/reference/en/images/mbean-explorer-features.png
===================================================================
(Binary files differ)
Modified: branches/jbosstools-3.0.x/jmx/docs/reference/en/images/mbean-explorer-query.png
===================================================================
(Binary files differ)
Modified: branches/jbosstools-3.0.x/jmx/docs/reference/en/modules/extensions.xml
===================================================================
--- branches/jbosstools-3.0.x/jmx/docs/reference/en/modules/extensions.xml 2009-05-11
16:34:14 UTC (rev 15195)
+++ branches/jbosstools-3.0.x/jmx/docs/reference/en/modules/extensions.xml 2009-05-11
16:34:26 UTC (rev 15196)
@@ -24,7 +24,7 @@
one child, a connectionProvider with a class that implements
org.jboss.tools.jmx.core.IConnectionProvider.</para>
- <para>An IConnectionProvider is resposnbile for creation and deletion of
IConnectionWrapper
+ <para>An IConnectionProvider is responsible for creation and deletion of
IConnectionWrapper
objects. It must also keep a list of listeners that it is expected to inform
when a
connection is added or removed from its list. </para>
@@ -44,7 +44,9 @@
</listitem>
<listitem>
<para>org.jboss.tools.jmx.ui.attribute.controls - allows you to map
class types to some
- Control to present them in the MBean Editor</para>
+ Control to present them in the MBean Editor</para>
+ <para>We hope, this guide helped you to get started with the JBoss JMX
Tools. Besides, for additional information you are welcome on <ulink
+
url="http://www.jboss.com/index.html?module=bb&op=viewforum&...
forum</ulink>.</para>
</listitem>
</itemizedlist>
</section>
Modified: branches/jbosstools-3.0.x/jmx/docs/reference/en/modules/mbean_editor.xml
===================================================================
--- branches/jbosstools-3.0.x/jmx/docs/reference/en/modules/mbean_editor.xml 2009-05-11
16:34:14 UTC (rev 15195)
+++ branches/jbosstools-3.0.x/jmx/docs/reference/en/modules/mbean_editor.xml 2009-05-11
16:34:26 UTC (rev 15196)
@@ -17,14 +17,21 @@
<itemizedlist>
<listitem>
- <para>the Attributes page</para>
+ <para>the <emphasis>
+ <property>Attributes</property></emphasis>
page</para>
</listitem>
<listitem>
- <para>the Operations page</para>
+ <para>the <emphasis>
+ <property>Operations</property></emphasis>
page</para>
</listitem>
<listitem>
- <para>the Info page </para>
+ <para>the <emphasis>
+ <property>Notifications</property></emphasis> page
</para>
</listitem>
+ <listitem>
+ <para>the <emphasis>
+ <property>Info</property></emphasis> page
</para>
+ </listitem>
</itemizedlist>
<para> The <emphasis>
@@ -56,11 +63,22 @@
<section>
<title>Notifications Page</title>
- <para>One more page in the <property>MBean Editor</property> is
a Notifications Page, which gives the possibility to
+ <para>One more page in the <property>MBean Editor</property> is
the <emphasis>
+ <property>Notifications</property></emphasis> page, which
gives the possibility to
subscribe (resp. unsubscribe) to a MBean to receive its notifications by
checking (resp.
- unchecking) the Subscribe checkbox. </para>
+ unchecking) the <emphasis>
+ <property>Subscribe</property></emphasis> button in the
right top corner. </para>
<para>The list of notifications is refreshed every time a new notification
is
- received:</para>
+ received:</para>
+
+ <figure>
+ <title>MBean Editor Notifications Page</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/notifications.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
<note>
<title>Note</title>
Modified: branches/jbosstools-3.0.x/jmx/docs/reference/pom.xml
===================================================================
--- branches/jbosstools-3.0.x/jmx/docs/reference/pom.xml 2009-05-11 16:34:14 UTC (rev
15195)
+++ branches/jbosstools-3.0.x/jmx/docs/reference/pom.xml 2009-05-11 16:34:26 UTC (rev
15196)
@@ -88,6 +88,11 @@
<version>1.1.0</version>
<type>jdocbook-style</type>
</dependency>
+ <dependency>
+ <groupId>org.apache.xmlgraphics</groupId>
+ <artifactId>fop</artifactId>
+ <version>0.95</version>
+ </dependency>
</dependencies>
<configuration>
@@ -156,7 +161,9 @@
</distributionManagement>
<properties>
-
<stylesdir>../../../documentation/jbosstools-docbook-xslt/src/main/resources/</stylesdir>
+
<xsl-single>classpath:/xslt/org/jboss/tools/xhtml-single.xsl</xsl-single>
+ <xsl-chunked>classpath:/xslt/org/jboss/tools/xhtml.xsl</xsl-chunked>
+ <xsl-pdf>classpath:/xslt/org/jboss/tools/pdf.xsl</xsl-pdf>
<cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/org/css/</cssdir>
<master>master.xml</master>
<translation>en-US</translation>