org.quartz.core.jmx
Class JobExecutionContextSupport

java.lang.Object
  extended by org.quartz.core.jmx.JobExecutionContextSupport

public class JobExecutionContextSupport
extends java.lang.Object


Constructor Summary
JobExecutionContextSupport()
           
 
Method Summary
static javax.management.openmbean.CompositeData toCompositeData(JobExecutionContext jec)
           
static javax.management.openmbean.TabularData toTabularData(java.util.List<JobExecutionContext> executingJobs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobExecutionContextSupport

public JobExecutionContextSupport()
Method Detail

toCompositeData

public static javax.management.openmbean.CompositeData toCompositeData(JobExecutionContext jec)
                                                                throws SchedulerException
Returns:
composite data
Throws:
SchedulerException

toTabularData

public static javax.management.openmbean.TabularData toTabularData(java.util.List<JobExecutionContext> executingJobs)
                                                            throws SchedulerException
Parameters:
tabularData -
Returns:
array of region statistics
Throws:
SchedulerException


Copyright 2001-2019, Terracotta, Inc.