|
|||||||||||
| 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(Object data)
|
|
| Method Summary | |
|---|---|
Object |
getClone()
Return self clone |
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(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(Object data)
| Method Detail |
|---|
public void init()
throws Exception
init in interface BaseConfigurationinit in class BaseConfigurationImplException - if the initialization fails.public String getInstanceID()
getInstanceID in interface InstanceConfigpublic void setInstanceID(String id)
setInstanceID in interface InstanceConfigpublic ContainerConfig getStartupItems()
getStartupItems in interface InstanceConfig
public Object getClone()
throws Exception
getClone in interface BaseConfigurationgetClone in class BaseConfigurationImplException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||