|
||||||||||
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.ReconnectRuleConfigImpl
public class ReconnectRuleConfigImpl
This class implements reconnect rule configuration methods.
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 | |
---|---|
ReconnectRuleConfigImpl()
Create an empty reconnect rule configuration. |
|
ReconnectRuleConfigImpl(java.lang.Object config)
Create a reconnect rule configuration from the specified raw configuration. |
Method Summary | |
---|---|
java.lang.String |
getAction()
|
java.lang.Object |
getClone()
|
java.lang.String |
getExceptionClass()
|
java.lang.String |
getExceptionMessageRegExp()
|
void |
validate()
Validate the contents of this reconnect rule. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReconnectRuleConfigImpl()
public ReconnectRuleConfigImpl(java.lang.Object config)
config
- Raw configuration.Method Detail |
---|
public java.lang.String getAction()
getAction
in interface ReconnectRuleConfig
public java.lang.String getExceptionClass()
getExceptionClass
in interface ReconnectRuleConfig
public java.lang.String getExceptionMessageRegExp()
getExceptionMessageRegExp
in interface ReconnectRuleConfig
public void validate() throws java.lang.Exception
validate
in interface ReconnectRuleConfig
java.lang.Exception
- If the reconnect action is neither null, an empty string,
'error' nor 'reconnect'. If the class definition of the
exception class is not available to the JVM.public java.lang.Object getClone() throws java.lang.Exception
getClone
in interface BaseConfiguration
getClone
in class BaseConfigurationImpl
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |