Skip to content
Snippets Groups Projects
Commit 318f4819 authored by srosse's avatar srosse
Browse files

OO-3016: remove the JMX code we don't use

parent ce12c3e8
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 192 deletions
/**
* OLAT - Online Learning and Training<br>
* http://www.olat.org
* <p>
* Licensed under the Apache License, Version 2.0 (the "License"); <br>
* you may not use this file except in compliance with the License.<br>
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicable law or agreed to in writing,<br>
* software distributed under the License is distributed on an "AS IS" BASIS, <br>
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. <br>
* See the License for the specific language governing permissions and <br>
* limitations under the License.
* <p>
* Copyright (c) since 2004 at Multimedia- & E-Learning Services (MELS),<br>
* University of Zurich, Switzerland.
* <hr>
* <a href="http://www.openolat.org">
* OpenOLAT - Online Learning and Training</a><br>
* This file has been modified by the OpenOLAT community. Changes are licensed
* under the Apache 2.0 license as the original file.
*/
package org.olat.admin.jmx;
import java.util.List;
import org.olat.core.CoreSpringFactory;
import org.olat.core.commons.services.scheduler.JobWithDB;
import org.quartz.JobExecutionContext;
import org.quartz.JobExecutionException;
/**
* Description:<br>
* a job which regularly dumps jmx data to the log
*
* @author Felix Jost
*/
public class DumpJMXJob extends JobWithDB {
@Override
public void executeWithDB(JobExecutionContext context)
throws JobExecutionException {
boolean enabled = context.getMergedJobDataMap().getBooleanFromString("enabled");
if (enabled) {
JMXManager jmxManager = CoreSpringFactory.getImpl(JMXManager.class);
String[] keys = context.getMergedJobDataMap().getKeys();
// loop over all
for (int i = 0; i < keys.length; i++) {
String key = keys[i];
if (key.endsWith("Bean")) {
// ok, key is a bean name => dump this bean
String beanName = context.getMergedJobDataMap().getString(key);
List<String> jmxDumpList = jmxManager.dumpJmx(beanName);
StringBuilder buf = new StringBuilder();
for (String jmxDump : jmxDumpList) {
buf.append(jmxDump).append(";");
}
log.info(key + ":" + buf.toString());
}
}
}
}
}
/**
* OLAT - Online Learning and Training<br>
* http://www.olat.org
* <p>
* Licensed under the Apache License, Version 2.0 (the "License"); <br>
* you may not use this file except in compliance with the License.<br>
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicable law or agreed to in writing,<br>
* software distributed under the License is distributed on an "AS IS" BASIS, <br>
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. <br>
* See the License for the specific language governing permissions and <br>
* limitations under the License.
* <p>
* Copyright (c) since 2004 at Multimedia- & E-Learning Services (MELS),<br>
* University of Zurich, Switzerland.
* <hr>
* <a href="http://www.openolat.org">
* OpenOLAT - Online Learning and Training</a><br>
* This file has been modified by the OpenOLAT community. Changes are licensed
* under the Apache 2.0 license as the original file.
*/
package org.olat.admin.jmx;
import java.util.List;
import org.olat.core.CoreSpringFactory;
import org.olat.core.gui.UserRequest;
import org.olat.core.gui.components.Component;
import org.olat.core.gui.components.panel.Panel;
import org.olat.core.gui.components.velocity.VelocityContainer;
import org.olat.core.gui.control.Event;
import org.olat.core.gui.control.WindowControl;
import org.olat.core.gui.control.controller.BasicController;
/**
* Description:<br>
* Dump the JMX context and show the output
*
* <P>
* Initial Date: 01.10.2007 <br>
* @author Felix Jost, http://www.goodsolutions.ch
*/
public class JMXInfoController extends BasicController {
private final JMXManager jmxManager;
/**
* @param ureq
* @param wControl
*/
public JMXInfoController(UserRequest ureq, WindowControl wControl) {
super(ureq, wControl);
jmxManager = CoreSpringFactory.getImpl(JMXManager.class);
if (!jmxManager.isActive()) {
showError("nojmx");
putInitialPanel(new Panel("empty"));
return;
}
VelocityContainer mainVc = createVelocityContainer("jmxmain");
List<String> jmxres = jmxManager.dumpJmx("org.olat.core.commons.modules.bc:name=FilesInfoMBean");
mainVc.contextPut("jmxlist", jmxres);
String htmlRes = jmxManager.dumpAll();
mainVc.contextPut("jmxdump", htmlRes);
putInitialPanel(mainVc);
}
@Override
protected void doDispose() {
//
}
@Override
protected void event(UserRequest ureq, Component source, Event event) {
//
}
}
\ No newline at end of file
<h3>JMX values (v0.1!)</h3>
<ul>
#foreach ($entry in $jmxlist)
<li>$entry</li>
#end
</ul>
<h4>jmx dump</h4>
$jmxdump
#Mon Feb 22 10:58:21 CET 2010
nojmx=(cf. olat_config.xml)JMX \u0644\u0645 \u064A\u062A\u0645 \u062A\u0646\u0634\u064A\u0637 \u0648\u062D\u062F\u0629
#Mon May 25 22:31:24 CEST 2009
nojmx=\u041C\u043E\u0434\u0443\u043B\u044A\u0442 JMX \u043D\u0435 \u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D (\u0432\u0438\u0436\u0442\u0435 olat_config.xml)
#Mon Mar 02 09:54:13 CET 2009
nojmx=JMX modul nen\u00ED aktivov\u00E1n (olat_config.xml)
#Mon Mar 02 09:54:03 CET 2009
nojmx=JMX Modul ist nicht aktiviert (vgl olat.local.properies)
#Mon Mar 02 09:54:15 CET 2009
nojmx=\u03A4\u03BF module JMX \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B5\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03B9\u03B7\u03BC\u03AD\u03BD\u03BF (\u03B4\u03B5\u03AF\u03C4\u03B5 \u03C3\u03C4\u03BF olat_config.xml)
#Mon Feb 01 17:38:46 CET 2010
nojmx=JMX module not activated (cf. olat.local.properties)
#Mon Mar 02 09:54:20 CET 2009
nojmx=JMX m\u00F3dulo no activado (Ver olat_config.xml)
#Mon Mar 02 09:54:07 CET 2009
nojmx=Le module JMX n'est pas activ\u00E9 (voir olat_config.xml)
#Mon Mar 02 09:54:09 CET 2009
nojmx=Il modulo JMX non \u00E8 attivato (cfr. olat_config.xml)
#Fri Jul 17 19:44:42 CEST 2009
nojmx=JMX\u30E2\u30B8\u30E5\u30FC\u30EB\u306F\u6709\u52B9\u5316\u3055\u308C\u3066\u3044\u307E\u305B\u3093 (olat_config.xml\u3092\u3054\u89A7\u304F\u3060\u3055\u3044)\u3002
#Thu Sep 08 16:42:42 CEST 2011
nojmx=JMX module noet geactiveerd (cf. olat.local.properties)
#Mon Mar 02 09:54:16 CET 2009
nojmx=Modu\u0142 KMX nie jest aktywny (zabacz\: olat_config.xml)
#Mon Mar 02 09:53:59 CET 2009
nojmx=JMX Module n\u00E3o est\u00E1 ativado (ver olat_config.xml)
#Thu Sep 24 01:47:31 CEST 2009
nojmx=\u041C\u043E\u0434\u0443\u043B\u044C JMX \u0434\u0435\u0437\u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u043D (\u0441\u043C\u043E\u0442\u0440\u0438 olat_config.xml)
#Mon Mar 02 09:54:11 CET 2009
nojmx=Moduli JMX nuk \u00EBsht\u00EB aktiv (shikoni olat_config.xml)
#Sun Dec 20 07:08:47 CET 2009
nojmx=JMX \u6A21\u5F0F\u672A\u542F\u52A8(\u53C2\u89C1olat_config.xml)
#Mon Mar 02 09:54:05 CET 2009
nojmx=JMX \u6A21\u7D44\u672A\u555F\u7528(\u6AA2\u8996\u4E00\u4E0Bolat_config.xml)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment