~akiban-technologies/akiban-persistit/3.2.9

« back to all changes in this revision

Viewing changes to doc/Management.rst

  • Committer: build-akiban
  • Date: 2013-03-24 13:02:17 UTC
  • mfrom: (426.1.2 release-notes-3.2.7)
  • Revision ID: build@akiban.com-20130324130217-2ig2t4rpm3rjsuvy
merge pbeaman: Release note and documentation upgrade.

https://code.launchpad.net/~pbeaman/akiban-persistit/release-notes-3.2.7/+merge/155117

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
Executing a Task from a JMX Client
94
94
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
95
95
 
96
 
The ``com.persistit.mxbeans.ManagementMXBean#execute`` and ``com.persistit.mxbeans.ManagementMXBean#launch`` methods are exposed as operations on the ``com.persistit.mxbeans.ManagementMXBean``.  You can invoke tasks
 
96
The ``com.persistit.mxbeans.ManagementMXBean#execute`` and ``com.persistit.mxbeans.ManagementMXBean#launch`` methods are exposed as operations on the ``com.persistit.mxbeans.ManagementMXBean`` object.  You can invoke tasks
97
97
 
98
98
- via ``jconsole`` by typing the desired command line as the argument of the ``execute`` operation.
99
99
- via a third-party JMX client such as ``jmxterm``.