[Ejtools-cvs] applications/jmx.browser/xdocs screenshots.xml,1.2,1.3
Brought to you by:
letiemble
From: <let...@us...> - 2003-12-26 00:24:41
|
Update of /cvsroot/ejtools/applications/jmx.browser/xdocs In directory sc8-pr-cvs1:/tmp/cvs-serv24275/applications/jmx.browser/xdocs Modified Files: screenshots.xml Log Message: Change screenshots. Index: screenshots.xml =================================================================== RCS file: /cvsroot/ejtools/applications/jmx.browser/xdocs/screenshots.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** screenshots.xml 8 Mar 2003 20:52:10 -0000 1.2 --- screenshots.xml 26 Dec 2003 00:24:38 -0000 1.3 *************** *** 11,56 **** --> <document> ! <properties> ! <title>JMX Browser</title> ! </properties> ! <body> ! <section name="JMX Browser Screen Shots"> ! <subsection name="Swing Based version"> ! <thumbnails> ! <thumbnail prefix="swing/" src="startup.png" title="Startup" comment="JMX Browser just launched"/> ! <thumbnail prefix="swing/" src="parameters.png" title="Setup" comment="JBoss connection parameters"/> ! <thumbnail prefix="swing/" src="detail.png" title="View" comment="JMX server view and MBean detail"/> ! <thumbnail prefix="swing/" src="invocation.png" title="View" comment="JMX server view and invocation result"/> ! </thumbnails> ! <thumbnails> ! <thumbnail prefix="swing/" src="notifications.png" title="View" comment="JMX server view and notification window"/> ! <thumbnail prefix="swing/" src="graph.png" title="View" comment="JMX server view and graph example"/> ! <thumbnail prefix="swing/" src="everything.png" title="View" comment="JMX server view, invocation result, notification window, and two graph"/> ! </thumbnails> ! </subsection> ! <subsection name="Web Based version"> ! <thumbnails> ! <thumbnail prefix="web/" src="index_wo_view.png" title="Agent View" comment="Agent View without Custom Views deployed on a JBoss Server 3.0.3"/> ! <thumbnail prefix="web/" src="index_wi_view.png" title="Agent View" comment="Agent View with Custom Views deployed on a JBoss Server 3.0.3"/> ! <thumbnail prefix="web/" src="search_object.png" title="Search" comment="Result of a search on MBean by ObjectName"/> ! <thumbnail prefix="web/" src="search_attribute.png" title="Search" comment="Result of a search on MBean by Attribute"/> ! </thumbnails> ! <thumbnails> ! <thumbnail prefix="web/" src="customview.png" title="Custom View" comment="An example of a custom view which shows the depth of the JMS queues"/> ! <thumbnail prefix="web/" src="customview2.png" title="Custom View" comment="An example of a custom view which shows the number of request per Web application"/> ! <thumbnail prefix="web/" src="broadcasters.png" title="Broadcasters" comment="Displays the list of MBean offering Notifications broadcasting and allows selection to capture the notifications produced"/> ! <thumbnail prefix="web/" src="notifications.png" title="Notifications" comment="Lisiting of all notifications produced by the broadcasters"/> ! </thumbnails> ! <thumbnails> ! <thumbnail prefix="web/" src="detail.png" title="Detail" comment="Detail of a MBean"/> ! <thumbnail prefix="web/" src="detail2.png" title="Detail" comment="Detail of a MBean"/> ! <thumbnail prefix="web/" src="invoke.png" title="Invocation" comment="Result of a MBean method invocation"/> ! <thumbnail prefix="web/" src="invoke2.png" title="Invocation" comment="Result of a MBean method invocation"/> ! </thumbnails> ! <thumbnails> ! <thumbnail prefix="web/" src="register.png" title="Registration" comment="Form to register a MBean on the JMX Server"/> ! </thumbnails> ! </subsection> ! </section> ! </body> </document> --- 11,52 ---- --> <document> ! <properties> ! <title>JMX Browser</title> ! </properties> ! <body> ! <section name="JMX Browser Screen Shots"> ! <subsection name="Swing Based version"> ! <thumbnails> ! <thumbnail prefix="swing/" src="startup.png" title="Startup" comment="JMX Browser just launched"/> ! <thumbnail prefix="swing/" src="parameters.png" title="Setup" comment="JBoss connection parameters"/> ! <thumbnail prefix="swing/" src="detail.png" title="View" comment="JMX server view and MBean detail"/> ! <thumbnail prefix="swing/" src="invocation.png" title="View" comment="JMX server view and invocation result"/> ! </thumbnails> ! <thumbnails> ! <thumbnail prefix="swing/" src="notifications.png" title="View" comment="JMX server view and notification window"/> ! <thumbnail prefix="swing/" src="everything.png" title="View" comment="JMX server view, invocation result, notification window, and two graph"/> ! </thumbnails> ! </subsection> ! <subsection name="Web Based version"> ! <thumbnails> ! <thumbnail prefix="web/" src="index_wo_view.png" title="Agent View" comment="Agent View without Custom Views deployed on a JBoss Server 3.2.3"/> ! <thumbnail prefix="web/" src="index_wi_view.png" title="Agent View" comment="Agent View with Custom Views deployed on a JBoss Server 3.2.3"/> ! <thumbnail prefix="web/" src="search_object.png" title="Search" comment="Result of a search on MBean by ObjectName"/> ! <thumbnail prefix="web/" src="search_attribute.png" title="Search" comment="Result of a search on MBean by Attribute"/> ! </thumbnails> ! <thumbnails> ! <thumbnail prefix="web/" src="customview_1.png" title="Custom View" comment="An example of a custom view which shows the depth of the JMS queues"/> ! <thumbnail prefix="web/" src="customview_2.png" title="Custom View" comment="An example of a custom view which shows the number of request per Web application"/> ! <thumbnail prefix="web/" src="broadcasters.png" title="Broadcasters" comment="Displays the list of MBean offering Notifications broadcasting and allows selection to capture the notifications produced"/> ! <thumbnail prefix="web/" src="notifications.png" title="Notifications" comment="Lisiting of all notifications produced by the broadcasters"/> ! </thumbnails> ! <thumbnails> ! <thumbnail prefix="web/" src="detail_1.png" title="Detail" comment="Detail of a MBean"/> ! <thumbnail prefix="web/" src="detail_2.png" title="Detail" comment="Detail of a MBean"/> ! <thumbnail prefix="web/" src="invoke_1.png" title="Invocation" comment="Result of a MBean method invocation"/> ! <thumbnail prefix="web/" src="invoke_2.png" title="Invocation" comment="Result of a MBean method invocation"/> ! </thumbnails> ! </subsection> ! </section> ! </body> </document> |