org.quartz.core.jmx
Class CronTriggerSupport
java.lang.Object
org.quartz.core.jmx.CronTriggerSupport
public class CronTriggerSupport
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CronTriggerSupport
public CronTriggerSupport()
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 OperableTrigger newTrigger(CompositeData cData)
throws ParseException
- Throws:
ParseException
newTrigger
public static OperableTrigger newTrigger(Map<String,Object> attrMap)
throws ParseException
- Throws:
ParseException
Copyright 2001-2015, Terracotta, Inc.