Package com.ibm.di.config.base
Class CheckpointConfigImpl
- java.lang.Object
-
- com.ibm.di.config.base.BaseConfigurationImpl
-
- com.ibm.di.config.base.CheckpointConfigImpl
-
- All Implemented Interfaces:
BaseConfiguration,CheckpointConfig,MetamergeConfigChangeListener,java.io.Serializable
public class CheckpointConfigImpl extends BaseConfigurationImpl implements CheckpointConfig
Deprecated.Checkpoint/restart has been deprecated.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.ibm.di.config.base.BaseConfigurationImpl
NAME
-
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
Constructors Constructor Description CheckpointConfigImpl()Deprecated.ConstructorsCheckpointConfigImpl(java.lang.Object data)Deprecated.Constructor with one parameter.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetIdentifier()Deprecated.Returns the checkpoint identifier.booleangetRestartInfoEnabled()Deprecated.booleangetWorkEnabled()Deprecated.voidsetIdentifier(java.lang.String id)Deprecated.Sets the checkpoint identifier.voidsetRestartInfoEnabled(boolean enable)Deprecated.Sets the restart info on/off.voidsetWorkEnabled(boolean enable)Deprecated.Sets the feature on/off.-
Methods inherited from class com.ibm.di.config.base.BaseConfigurationImpl
addListener, configurationChanged, deepClone, detachFromParent, expandPropertyValue, expandPropertyValue, flatten, fromEntry, getBooleanParameter, getChild, getChildForPath, getChildNames, getClone, getData, getDataIterator, getDebug, getDebug, getDebugBreak, getEnabled, getFlags, getInheritsFrom, getInheritsFromRef, getIntegerParameter, getKeys, getLogEnabled, getLongName, getMetamergeConfig, getModified, getModTS, getName, getNamespace, getNullBehavior, getNullBehaviorValue, getNullDefinition, getNullDefinitionValue, getParameter, getParameter, getParameter, getParameterPropertySource, getParameterPropertySourceFromValue, getParameterRaw, getParent, getParentName, getPath, getReferences, getResHash, getScript, getScriptEngine, getShortName, getStringParameter, getSubstitutionMap, getUseConfigListeners, getUseListeners, getUserComment, hasParameter, init, isExpression, isParameterLocal, isProtectedParameter, nameForChild, notifyChange, notifyChange, notifyChange, performNotifyChange, reattachToParent, removeListener, removeParameter, search, search, setBooleanParameter, setChild, setData, setDebug, setDebugBreak, setEnabled, setFlags, setInheritsFrom, setInheritsFromRef, setIntegerParameter, setLogEnabled, setMetamergeConfig, setModified, setModTS, setName, setName, setNullBehavior, setNullBehaviorValue, setNullDefinition, setNullDefinitionValue, setParameter, setParameter, setParameterPropertySource, setParent, setProtectedParameter, setProtectedParameter, setScript, setScriptEngine, setStringParameter, setSubstitutionMap, setupInheritanceChain, setUseConfigListeners, setUseListeners, setUserComment, size, toEntry, toString, updateInheritsFrom, willExpandProps, willFlatten, willUseInherited
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.ibm.di.config.interfaces.BaseConfiguration
addListener, detachFromParent, flatten, fromEntry, getBooleanParameter, getChild, getChildForPath, getChildNames, getClone, getData, getDataIterator, getDebug, getDebug, getDebugBreak, getEnabled, getFlags, getInheritsFrom, getInheritsFromRef, getIntegerParameter, getKeys, getLogEnabled, getMetamergeConfig, getModified, getModTS, getName, getNamespace, getNullBehavior, getNullBehaviorValue, getNullDefinition, getNullDefinitionValue, getParameter, getParameter, getParameter, getParameterPropertySource, getParameterRaw, getParent, getPath, getReferences, getScript, getScriptEngine, getShortName, getStringParameter, getSubstitutionMap, getUseListeners, getUserComment, hasParameter, init, isExpression, isParameterLocal, isProtectedParameter, nameForChild, notifyChange, notifyChange, notifyChange, reattachToParent, removeListener, removeParameter, search, search, setBooleanParameter, setChild, setData, setDebug, setDebugBreak, setEnabled, setFlags, setInheritsFrom, setInheritsFromRef, setIntegerParameter, setLogEnabled, setMetamergeConfig, setModified, setModTS, setName, setName, setNullBehavior, setNullBehaviorValue, setNullDefinition, setNullDefinitionValue, setParameter, setParameter, setParameterPropertySource, setParent, setProtectedParameter, setProtectedParameter, setScript, setScriptEngine, setStringParameter, setSubstitutionMap, setupInheritanceChain, setUseListeners, setUserComment, size, toEntry, updateInheritsFrom, willFlatten
-
-
-
-
Method Detail
-
getIdentifier
public java.lang.String getIdentifier()
Deprecated.Returns the checkpoint identifier.- Specified by:
getIdentifierin interfaceCheckpointConfig- Returns:
- Checkpoint identifier
-
setIdentifier
public void setIdentifier(java.lang.String id)
Deprecated.Sets the checkpoint identifier.- Specified by:
setIdentifierin interfaceCheckpointConfig- Parameters:
id- The checkpoint identifier
-
getWorkEnabled
public boolean getWorkEnabled()
Deprecated.- Specified by:
getWorkEnabledin interfaceCheckpointConfig- Returns:
trueif the feature is enabled;falseotherwise.
-
getRestartInfoEnabled
public boolean getRestartInfoEnabled()
Deprecated.- Specified by:
getRestartInfoEnabledin interfaceCheckpointConfig- Returns:
trueif the restart info is enabled;falseotherwise.
-
setWorkEnabled
public void setWorkEnabled(boolean enable)
Deprecated.Sets the feature on/off.- Specified by:
setWorkEnabledin interfaceCheckpointConfig- Parameters:
enable- new value
-
setRestartInfoEnabled
public void setRestartInfoEnabled(boolean enable)
Deprecated.Sets the restart info on/off.- Specified by:
setRestartInfoEnabledin interfaceCheckpointConfig- Parameters:
enable- new value
-
-