|
||||||||||
| 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.PropertyManagerImpl
public class PropertyManagerImpl
| Field Summary |
|---|
| Fields inherited from class com.ibm.di.config.base.BaseConfigurationImpl |
|---|
NAME |
| Fields inherited from interface com.ibm.di.config.interfaces.PropertyManager |
|---|
STDCOLL_GLOBAL, STDCOLL_JAVA, STDCOLL_SOLUTION, STDCOLL_SYSTEM |
| Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration |
|---|
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, SUBTREE |
| Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration |
|---|
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, SUBTREE |
| Constructor Summary | |
|---|---|
PropertyManagerImpl()
|
|
PropertyManagerImpl(Object data)
|
|
| Method Summary | |
|---|---|
void |
addPropertyStore(PropertyStoreConfig psc)
Adds the property store config to the prop store collection. |
void |
addStdStore(String store)
Adds a standard property store to the config. |
MetamergeFolder |
createFolder(Object name)
This method always throws an Exception, you are not allowed to create Folders here |
Object |
getClone()
Returns a cloned version of this object. |
PropertyStoreConfig |
getDefaultPropertyStore()
Returns the designated default property store. |
String[] |
getNames()
This method returns an array of names contained in this folder. |
PropertyStoreConfig |
getPasswordPropertyStore()
Returns the designated password property store. |
PropertyStoreConfig |
getPropertyStore(String name)
Returns the named PropertyStoreConfig. |
ContainerConfig |
getPropertyStores()
Method gets the containter for the property store configurations. |
void |
init()
init - method called after internal data structure is set |
boolean |
isStdStore(PropertyStoreConfig psc)
Method determines if the Property Store Config passed in is as standard property store. |
Enumeration |
list()
Returns a list of javax.naming.Binding objects for each of this folders child entries. |
void |
setDefaultPasswordStore(PropertyStoreConfig psc)
Sets the default password store |
void |
setDefaultPropertyStore(PropertyStoreConfig psc)
Sets the default property store |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyManagerImpl()
public PropertyManagerImpl(Object data)
data - | Method Detail |
|---|
public void init()
throws Exception
BaseConfigurationImpl
init in interface BaseConfigurationinit in class BaseConfigurationImplException - if the initialization fails
public void addPropertyStore(PropertyStoreConfig psc)
throws Exception
PropertyManager
addPropertyStore in interface PropertyManagerpsc - The property store config to add to the collection.
Exceptionpublic PropertyStoreConfig getDefaultPropertyStore()
PropertyManager
getDefaultPropertyStore in interface PropertyManagerpublic PropertyStoreConfig getPasswordPropertyStore()
PropertyManager
getPasswordPropertyStore in interface PropertyManagerpublic PropertyStoreConfig getPropertyStore(String name)
PropertyManager
getPropertyStore in interface PropertyManagerpublic ContainerConfig getPropertyStores()
PropertyManager
getPropertyStores in interface PropertyManager
public void setDefaultPasswordStore(PropertyStoreConfig psc)
throws Exception
PropertyManager
setDefaultPasswordStore in interface PropertyManagerpsc - The property store config
Exception
public void setDefaultPropertyStore(PropertyStoreConfig psc)
throws Exception
PropertyManager
setDefaultPropertyStore in interface PropertyManagerpsc - The property store config
Exception
public void addStdStore(String store)
throws Exception
addStdStore in interface PropertyManagerstore - The standard store name
Exceptionpublic boolean isStdStore(PropertyStoreConfig psc)
isStdStore in interface PropertyManagerpsc - The Property Store Config to check on.
public Object getClone()
throws Exception
BaseConfiguration
getClone in interface BaseConfigurationgetClone in class BaseConfigurationImplException
public MetamergeFolder createFolder(Object name)
throws Exception
createFolder in interface MetamergeFoldername - Name of sub-folder
Exception
public Enumeration list()
throws Exception
MetamergeFolder
list in interface MetamergeFolderException
public String[] getNames()
throws Exception
MetamergeFolder
getNames in interface MetamergeFolderException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||