com.ibm.di.config.interfaces
Interface CheckpointConfig

All Superinterfaces:
BaseConfiguration, java.io.Serializable
All Known Implementing Classes:
CheckpointConfigImpl

Deprecated. This interface is no longer used, Checkpoint/restart is deprecated.

public interface CheckpointConfig
extends BaseConfiguration

Used for configuring a Checkpoint configuration.


Field Summary
 
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
 
Method Summary
 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 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

java.lang.String getIdentifier()
Deprecated. 
Returns the checkpoint identifier.

Returns:
Checkpoint identifier

setIdentifier

void setIdentifier(java.lang.String id)
Deprecated. 
Sets the checkpoint identifier.

Parameters:
id - The checkpoint identifier

getWorkEnabled

boolean getWorkEnabled()
Deprecated. 
Returns:
true if the feature is enabled; false otherwise.

getRestartInfoEnabled

boolean getRestartInfoEnabled()
Deprecated. 
Returns:
true if the restart info is enabled; false otherwise.

setWorkEnabled

void setWorkEnabled(boolean enable)
Deprecated. 
Sets the feature on/off.

Parameters:
enable - new value

setRestartInfoEnabled

void setRestartInfoEnabled(boolean enable)
Deprecated. 
Sets the restart info on/off.

Parameters:
enable - new value