|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.config.base.BaseConfigurationImpl
com.ibm.di.config.base.SchedulerConfigImpl
public class SchedulerConfigImpl
Implements a SchedulerConfig.
| Field Summary |
|---|
| Fields inherited from class com.ibm.di.config.base.BaseConfigurationImpl |
|---|
NAME |
| Fields inherited from interface com.ibm.di.config.interfaces.SchedulerConfig |
|---|
KEEP_ALIVE, TIMER |
| Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration |
|---|
CHILD_PATH_SEPARATOR, DISABLE_EXTPROPS, DISABLE_INHERITANCE, INHERIT_NONE, INHERIT_PARENT, ONE_LEVEL, RECURSIVE, RECURSIVE_ONELEVEL, RECURSIVE_SUBTREE, SEARCH_EXACTCASE, SEARCH_ONELEVEL, SEARCH_PARAMNAME, SEARCH_PARAMNAME_RE, SEARCH_PROPERTY, SEARCH_REGEX, SEARCH_SUBSTRING, SUBTREE |
| Constructor Summary | |
|---|---|
SchedulerConfigImpl()
|
|
SchedulerConfigImpl(java.lang.Object o)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getClone()
Return self clone |
boolean |
getEnabled()
change default for enabled to be true. |
java.lang.String |
getScheduledName()
|
java.lang.String |
getStartTimes()
Returns a crontab style string specifying start times. |
int |
getType()
|
void |
setScheduledName(java.lang.String name)
Sets name of the AssemblyLine/Sequence that will be scheduled. |
void |
setStartTimes(java.lang.String times)
Sets the start times. |
void |
setType(int type)
Sets the type of this scheduler. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SchedulerConfigImpl()
public SchedulerConfigImpl(java.lang.Object o)
| Method Detail |
|---|
public java.lang.String getScheduledName()
getScheduledName in interface SchedulerConfigpublic java.lang.String getStartTimes()
SchedulerConfig
getStartTimes in interface SchedulerConfigpublic int getType()
getType in interface SchedulerConfigpublic void setScheduledName(java.lang.String name)
SchedulerConfig
setScheduledName in interface SchedulerConfigname - The name.public void setStartTimes(java.lang.String times)
SchedulerConfig
setStartTimes in interface SchedulerConfigtimes - The start times.public void setType(int type)
SchedulerConfig
setType in interface SchedulerConfigtype - The type to set, one of TIMER, KEEP_ALIVE.
public java.lang.Object getClone()
throws java.lang.Exception
getClone in interface BaseConfigurationgetClone in class BaseConfigurationImpljava.lang.Exceptionpublic boolean getEnabled()
getEnabled in interface BaseConfigurationgetEnabled in class BaseConfigurationImpl
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||