org.quartz.core.jmx
Class CronTriggerSupport
java.lang.Object
org.quartz.core.jmx.CronTriggerSupport
public class CronTriggerSupport
- extends java.lang.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 java.lang.String[] getItemNames()
getItemDescriptions
public static java.lang.String[] getItemDescriptions()
getItemTypes
public static javax.management.openmbean.OpenType[] getItemTypes()
toCompositeData
public static javax.management.openmbean.CompositeData toCompositeData(CronTrigger trigger)
toTabularData
public static javax.management.openmbean.TabularData toTabularData(java.util.List<? extends CronTrigger> triggers)
newTrigger
public static OperableTrigger newTrigger(javax.management.openmbean.CompositeData cData)
throws java.text.ParseException
- Throws:
java.text.ParseException
newTrigger
public static OperableTrigger newTrigger(java.util.Map<java.lang.String,java.lang.Object> attrMap)
throws java.text.ParseException
- Throws:
java.text.ParseException
Copyright 2001-2019, Terracotta, Inc.