CronTriggerSupport (Quartz Parent POM 2.0.1 API)

Quartz Java



org.quartz.core.jmx Class CronTriggerSupport

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

public class CronTriggerSupport
extends Object


Constructor Summary
CronTriggerSupport()
           
 
Method Summary
static String[] getItemDescriptions()
           
static String[] getItemNames()
           
static OpenType[] getItemTypes()
           
static org.quartz.spi.OperableTrigger newTrigger(CompositeData cData)
           
static org.quartz.spi.OperableTrigger newTrigger(Map<String,Object> attrMap)
           
static CompositeData toCompositeData(CronTrigger trigger)
           
static TabularData toTabularData(List<? extends CronTrigger> triggers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CronTriggerSupport

public CronTriggerSupport()
Method Detail

getItemNames

public static String[] getItemNames()

getItemDescriptions

public static String[] getItemDescriptions()

getItemTypes

public static OpenType[] getItemTypes()

toCompositeData

public static CompositeData toCompositeData(CronTrigger trigger)

toTabularData

public static TabularData toTabularData(List<? extends CronTrigger> triggers)

newTrigger

public static org.quartz.spi.OperableTrigger newTrigger(CompositeData cData)
                                                 throws ParseException
Throws:
ParseException

newTrigger

public static org.quartz.spi.OperableTrigger newTrigger(Map<String,Object> attrMap)
                                                 throws ParseException
Throws:
ParseException


Copyright 2001-2011, Terracotta, Inc.