|
||||||||||
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.InstanceConfigImpl
public class InstanceConfigImpl
Implements Configuration Instance parameters, e.g the name of the Config Instance and which AssemblyLines should be automatically started. Note that these parameters are only used when getEnabled() returns true.
Field Summary |
---|
Fields inherited from class com.ibm.di.config.base.BaseConfigurationImpl |
---|
NAME |
Fields inherited from interface com.ibm.di.config.interfaces.InstanceConfig |
---|
AUTOSTART_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 | |
---|---|
InstanceConfigImpl()
Constructors |
|
InstanceConfigImpl(java.lang.Object data)
|
Method Summary | |
---|---|
java.lang.Object |
getClone()
Return self clone |
java.lang.String |
getInstanceID()
Returns the instance identifier for this configuration. |
ContainerConfig |
getStartupItems()
Returns the "list" of AssemblyLines that should be auto-started |
void |
init()
init - method called after internal data structure is set |
void |
setInstanceID(java.lang.String id)
Returns the instance identifier for this configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InstanceConfigImpl()
public InstanceConfigImpl(java.lang.Object data)
Method Detail |
---|
public void init() throws java.lang.Exception
init
in interface BaseConfiguration
init
in class BaseConfigurationImpl
java.lang.Exception
- if the initialization fails.public java.lang.String getInstanceID()
getInstanceID
in interface InstanceConfig
public void setInstanceID(java.lang.String id)
setInstanceID
in interface InstanceConfig
public ContainerConfig getStartupItems()
getStartupItems
in interface InstanceConfig
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 |