org.quartz.core.jmx
Class JobDataMapSupport

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

public class JobDataMapSupport
extends java.lang.Object


Field Summary
static javax.management.openmbean.TabularType TABULAR_TYPE
           
 
Constructor Summary
JobDataMapSupport()
           
 
Method Summary
static JobDataMap newJobDataMap(javax.management.openmbean.TabularData tabularData)
           
static javax.management.openmbean.CompositeData toCompositeData(java.lang.String key, java.lang.String value)
           
static javax.management.openmbean.TabularData toTabularData(JobDataMap jobDataMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TABULAR_TYPE

public static final javax.management.openmbean.TabularType TABULAR_TYPE
Constructor Detail

JobDataMapSupport

public JobDataMapSupport()
Method Detail

newJobDataMap

public static JobDataMap newJobDataMap(javax.management.openmbean.TabularData tabularData)

toCompositeData

public static javax.management.openmbean.CompositeData toCompositeData(java.lang.String key,
                                                                       java.lang.String value)
Returns:
composite data

toTabularData

public static javax.management.openmbean.TabularData toTabularData(JobDataMap jobDataMap)
Parameters:
jobDataMap -
Returns:
TabularData


Copyright 2001-2019, Terracotta, Inc.