You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dj...@apache.org on 2016/03/07 22:29:55 UTC

incubator-quarks git commit: QUARKS-3 Correct description of JMX platform MBean server

Repository: incubator-quarks
Updated Branches:
  refs/heads/quarks-3 [created] aec314d9c


QUARKS-3 Correct description of JMX platform MBean server


Project: http://git-wip-us.apache.org/repos/asf/incubator-quarks/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quarks/commit/aec314d9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quarks/tree/aec314d9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quarks/diff/aec314d9

Branch: refs/heads/quarks-3
Commit: aec314d9cbd739cab268f24d1885cdde18316691
Parents: 2f6ad0e
Author: Daniel J. Debrunner <de...@us.ibm.com>
Authored: Mon Mar 7 13:29:44 2016 -0800
Committer: Daniel J. Debrunner <de...@us.ibm.com>
Committed: Mon Mar 7 13:29:44 2016 -0800

----------------------------------------------------------------------
 .../src/main/java/quarks/execution/services/ControlService.java | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/aec314d9/api/execution/src/main/java/quarks/execution/services/ControlService.java
----------------------------------------------------------------------
diff --git a/api/execution/src/main/java/quarks/execution/services/ControlService.java b/api/execution/src/main/java/quarks/execution/services/ControlService.java
index a7abf55..bbaaf65 100644
--- a/api/execution/src/main/java/quarks/execution/services/ControlService.java
+++ b/api/execution/src/main/java/quarks/execution/services/ControlService.java
@@ -15,8 +15,9 @@ package quarks.execution.services;
  * that do not support JMX, such as Android.
  * <P>
  * Different implementations of the control service provide the mechanism
- * to execute methods of the control interfaces. For example JMX control
- * registers the MBeans in the platform JMXserver.
+ * to execute methods of the control interfaces. For example
+ * {@link quarks.runtime.jmxcontrol.JMXControlService JMXControlService}
+ * registers the MBeans in the JMX platform MBean server.
  * <BR>
  * The control service is intended to allow remote execution of a control interface
  * through any mechanism. The control service provides operations and attributes