org.quartz.core.jmx
Class SimpleTriggerSupport
java.lang.Object
org.quartz.core.jmx.SimpleTriggerSupport
public class SimpleTriggerSupport
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleTriggerSupport
public SimpleTriggerSupport()
getItemNames
public static String[] getItemNames()
getItemDescriptions
public static String[] getItemDescriptions()
getItemTypes
public static OpenType[] getItemTypes()
toCompositeData
public static CompositeData toCompositeData(SimpleTrigger trigger)
toTabularData
public static TabularData toTabularData(List<? extends SimpleTrigger> 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.