You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2009/10/30 07:30:42 UTC

svn commit: r831210 - in /geronimo/server/branches/2.2/plugins/monitoring: agent-jmx/src/main/java/org/apache/geronimo/monitoring/jmx/snapshot/SnapshotThread.java mconsole-jetty-server/pom.xml

Author: djencks
Date: Fri Oct 30 06:30:41 2009
New Revision: 831210

URL: http://svn.apache.org/viewvc?rev=831210&view=rev
Log:
GERONIMO-4883 renamed agent to agent-car-ejb, use correct name in test server.  Also minor javadoc fix

Modified:
    geronimo/server/branches/2.2/plugins/monitoring/agent-jmx/src/main/java/org/apache/geronimo/monitoring/jmx/snapshot/SnapshotThread.java
    geronimo/server/branches/2.2/plugins/monitoring/mconsole-jetty-server/pom.xml

Modified: geronimo/server/branches/2.2/plugins/monitoring/agent-jmx/src/main/java/org/apache/geronimo/monitoring/jmx/snapshot/SnapshotThread.java
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/monitoring/agent-jmx/src/main/java/org/apache/geronimo/monitoring/jmx/snapshot/SnapshotThread.java?rev=831210&r1=831209&r2=831210&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/monitoring/agent-jmx/src/main/java/org/apache/geronimo/monitoring/jmx/snapshot/SnapshotThread.java (original)
+++ geronimo/server/branches/2.2/plugins/monitoring/agent-jmx/src/main/java/org/apache/geronimo/monitoring/jmx/snapshot/SnapshotThread.java Fri Oct 30 06:30:41 2009
@@ -80,7 +80,7 @@
     /**
      * Sets the elapsed time in milliseconds between each snapshot.
      * 
-     * @param snapshotDuration
+     * @param snapshot_length
      */
     public void setSnapshotDuration(long snapshot_length) {
         if (snapshot_length == Long.MAX_VALUE)

Modified: geronimo/server/branches/2.2/plugins/monitoring/mconsole-jetty-server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/monitoring/mconsole-jetty-server/pom.xml?rev=831210&r1=831209&r2=831210&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/monitoring/mconsole-jetty-server/pom.xml (original)
+++ geronimo/server/branches/2.2/plugins/monitoring/mconsole-jetty-server/pom.xml Fri Oct 30 06:30:41 2009
@@ -64,7 +64,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.plugins.monitoring</groupId>
-            <artifactId>agent</artifactId>
+            <artifactId>agent-car-ejb</artifactId>
             <version>${pom.version}</version>
             <type>car</type>
         </dependency>