org.quartz.core.jmx
Class JobDataMapSupport

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

public class JobDataMapSupport
extends Object


Field Summary
static TabularType TABULAR_TYPE
           
 
Constructor Summary
JobDataMapSupport()
           
 
Method Summary
static JobDataMap newJobDataMap(Map<String,Object> map)
           
static JobDataMap newJobDataMap(TabularData tabularData)
           
static CompositeData toCompositeData(String key, String value)
           
static 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 TabularType TABULAR_TYPE
Constructor Detail

JobDataMapSupport

public JobDataMapSupport()
Method Detail

newJobDataMap

public static JobDataMap newJobDataMap(TabularData tabularData)

newJobDataMap

public static JobDataMap newJobDataMap(Map<String,Object> map)

toCompositeData

public static CompositeData toCompositeData(String key,
                                            String value)
Returns:
composite data

toTabularData

public static TabularData toTabularData(JobDataMap jobDataMap)
Parameters:
jobDataMap -
Returns:
TabularData


Copyright 2001-2013, Terracotta, Inc.