Package com.quartz.monitor.object

Examples of com.quartz.monitor.object.JMXInput


  }

  @Override
  public void addJob(QuartzInstance instance, Scheduler scheduler,
      Map<String, Object> jobMap) throws Exception {
    JMXInput jmxInput = new JMXInput(instance, new String[]{"java.util.Map","boolean"}, "addJob", new Object[]{jobMap,false}, scheduler.getObjectName());
      JMXUtil.callJMXOperation(jmxInput);
  }
View Full Code Here

TOP

Related Classes of com.quartz.monitor.object.JMXInput

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.