public class CronTriggerSupport extends Object
Constructor and Description |
---|
CronTriggerSupport() |
Modifier and Type | Method and Description |
---|---|
static String[] |
getItemDescriptions() |
static String[] |
getItemNames() |
static OpenType[] |
getItemTypes() |
static OperableTrigger |
newTrigger(CompositeData cData) |
static OperableTrigger |
newTrigger(Map<String,Object> attrMap) |
static CompositeData |
toCompositeData(CronTrigger trigger) |
static TabularData |
toTabularData(List<? extends CronTrigger> triggers) |
public static String[] getItemNames()
public static String[] getItemDescriptions()
public static OpenType[] getItemTypes()
public static CompositeData toCompositeData(CronTrigger trigger)
public static TabularData toTabularData(List<? extends CronTrigger> triggers)
public static OperableTrigger newTrigger(CompositeData cData) throws ParseException
ParseException
public static OperableTrigger newTrigger(Map<String,Object> attrMap) throws ParseException
ParseException
Copyright 2001-2019, Terracotta, Inc.