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.String
getIdentifier()
Deprecated.Returns the checkpoint identifier.boolean
getRestartInfoEnabled()
Deprecated.boolean
getWorkEnabled()
Deprecated.void
setIdentifier(java.lang.String id)
Deprecated.Sets the checkpoint identifier.void
setRestartInfoEnabled(boolean enable)
Deprecated.Sets the restart info on/off.void
setWorkEnabled(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:
getIdentifier
in interfaceCheckpointConfig
- Returns:
- Checkpoint identifier
-
setIdentifier
public void setIdentifier(java.lang.String id)
Deprecated.Sets the checkpoint identifier.- Specified by:
setIdentifier
in interfaceCheckpointConfig
- Parameters:
id
- The checkpoint identifier
-
getWorkEnabled
public boolean getWorkEnabled()
Deprecated.- Specified by:
getWorkEnabled
in interfaceCheckpointConfig
- Returns:
true
if the feature is enabled;false
otherwise.
-
getRestartInfoEnabled
public boolean getRestartInfoEnabled()
Deprecated.- Specified by:
getRestartInfoEnabled
in interfaceCheckpointConfig
- Returns:
true
if the restart info is enabled;false
otherwise.
-
setWorkEnabled
public void setWorkEnabled(boolean enable)
Deprecated.Sets the feature on/off.- Specified by:
setWorkEnabled
in interfaceCheckpointConfig
- Parameters:
enable
- new value
-
setRestartInfoEnabled
public void setRestartInfoEnabled(boolean enable)
Deprecated.Sets the restart info on/off.- Specified by:
setRestartInfoEnabled
in interfaceCheckpointConfig
- Parameters:
enable
- new value
-
-