|
|||||||||||
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(Object o)
|
Method Summary | |
---|---|
Object |
getClone()
Return self clone |
boolean |
getEnabled()
change default for enabled to be true. |
String |
getScheduledName()
|
String |
getStartTimes()
Returns a crontab style string specifying start times. |
int |
getType()
|
void |
setScheduledName(String name)
Sets name of the AssemblyLine/Sequence that will be scheduled. |
void |
setStartTimes(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(Object o)
Method Detail |
---|
public String getScheduledName()
getScheduledName
in interface SchedulerConfig
public String getStartTimes()
SchedulerConfig
getStartTimes
in interface SchedulerConfig
public int getType()
getType
in interface SchedulerConfig
public void setScheduledName(String name)
SchedulerConfig
setScheduledName
in interface SchedulerConfig
name
- The name.public void setStartTimes(String times)
SchedulerConfig
setStartTimes
in interface SchedulerConfig
times
- The start times.public void setType(int type)
SchedulerConfig
setType
in interface SchedulerConfig
type
- The type to set, one of TIMER, KEEP_ALIVE.public Object getClone() throws Exception
getClone
in interface BaseConfiguration
getClone
in class BaseConfigurationImpl
Exception
public boolean getEnabled()
getEnabled
in interface BaseConfiguration
getEnabled
in class BaseConfigurationImpl
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |