|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetamergeConfig | |
---|---|
com.ibm.di.api | Provides packages and classes for managing the server API. |
com.ibm.di.api.jmx.mbeans | Provides classes for the MBeans of the JMX layer. |
com.ibm.di.api.local | Provides interfaces for managing the local session of the server API. |
com.ibm.di.api.local.impl | Provides implementations of the interfaces for managing the local session of the server API. |
com.ibm.di.api.remote | Provides interfaces for managing the remote session of the server API. |
com.ibm.di.api.remote.impl | Provides implementations of the interfaces for managing the remote session of the server API. |
com.ibm.di.config.base | Provides classes that implement the Tivoli Directory Integrator configuration model. |
com.ibm.di.config.interfaces | Provides the interfaces for the Tivoli Directory Integrator configuration model. |
com.ibm.di.config.xml | Provides classes that implement the reading and writing of the Tivoli Directory Integrator configuration components. |
com.ibm.di.fc.webservice.util | Provides utility classes used by the web service function components. |
com.ibm.di.function | Provides useful functions for the Tivoli Directory Integrator. |
com.ibm.di.script | Provides classes to let the Tivoli Directory Integrator use a javascript interpreter. |
com.ibm.di.server | Provides classes for the Tivoli Directory Integrator core engine. |
Uses of MetamergeConfig in com.ibm.di.api |
---|
Methods in com.ibm.di.api that return MetamergeConfig | |
---|---|
MetamergeConfig |
ConfigurationRegistry.checkOutConfiguration(java.lang.String configToken,
Identity identity)
Checks out the specified configuration. |
MetamergeConfig |
ConfigurationRegistry.checkOutConfiguration(java.lang.String configToken,
java.lang.String password,
Identity identity)
Checks out the specified password protected configuration. |
MetamergeConfig |
ConfigurationRegistry.createNewConfiguration(java.lang.String aRelativePath,
boolean aOverwrite,
Identity aIdentity)
Creates a new empty configuration and immediately checks it out. |
Methods in com.ibm.di.api with parameters of type MetamergeConfig | |
---|---|
void |
ConfigurationRegistry.checkInAndLeaveCheckedOut(MetamergeConfig configuration,
java.lang.String configToken,
Identity identity)
Checks in the specified configuration and leaves it checked out. |
void |
ConfigurationRegistry.checkInConfiguration(MetamergeConfig configuration,
java.lang.String configToken,
Identity identity)
Saves the specified configuration and releases the lock. |
void |
ConfigurationRegistry.checkInConfiguration(MetamergeConfig configuration,
java.lang.String configToken,
Identity identity,
boolean encrypt)
Encrypts and saves the specified configuration and releases the lock. |
Uses of MetamergeConfig in com.ibm.di.api.jmx.mbeans |
---|
Methods in com.ibm.di.api.jmx.mbeans that return MetamergeConfig | |
---|---|
MetamergeConfig |
DIServerMBean.checkOutConfiguration(java.lang.String aRelativePath)
Checks out the specified configuration. |
MetamergeConfig |
DIServer.checkOutConfiguration(java.lang.String aRelativePath)
Checks out the specified configuration. |
MetamergeConfig |
DIServerMBean.checkOutConfiguration(java.lang.String aRelativePath,
java.lang.String aPassword)
Checks out the specified password protected configuration. |
MetamergeConfig |
DIServer.checkOutConfiguration(java.lang.String aRelativePath,
java.lang.String aPassword)
Checks out the specified password protected configuration. |
MetamergeConfig |
DIServerMBean.createNewConfiguration(java.lang.String aRelativePath,
boolean aOverwrite)
Creates a new empty configuration and immediately checks it out. |
MetamergeConfig |
DIServer.createNewConfiguration(java.lang.String aRelativePath,
boolean aOverwrite)
Creates a new empty configuration and immediately checks it out. |
MetamergeConfig |
ConfigInstanceMBean.getConfiguration()
Returns configuration instance representing this configuration. |
MetamergeConfig |
ConfigInstance.getConfiguration()
Returns configuration instance representing this configuration. |
Methods in com.ibm.di.api.jmx.mbeans with parameters of type MetamergeConfig | |
---|---|
void |
DIServerMBean.checkInAndLeaveCheckedOut(MetamergeConfig aConfiguration,
java.lang.String aRelativePath)
Checks in the specified configuration and leaves it checked out. |
void |
DIServer.checkInAndLeaveCheckedOut(MetamergeConfig aConfiguration,
java.lang.String aRelativePath)
Checks in the specified configuration and leaves it checked out. |
void |
DIServerMBean.checkInConfiguration(MetamergeConfig aConfiguration,
java.lang.String aRelativePath)
Saves the specified configuration and releases the lock. |
void |
DIServer.checkInConfiguration(MetamergeConfig aConfiguration,
java.lang.String aRelativePath)
Saves the specified configuration and releases the lock. |
void |
DIServerMBean.checkInConfiguration(MetamergeConfig aConfiguration,
java.lang.String aRelativePath,
boolean aEncrypt)
Encrypts and saves the specified configuration and releases the lock. |
void |
DIServer.checkInConfiguration(MetamergeConfig aConfiguration,
java.lang.String aRelativePath,
boolean aEncrypt)
Encrypts and saves the specified configuration and releases the lock. |
void |
ConfigInstanceMBean.setConfiguration(MetamergeConfig aConfiguration)
Sets given configuration to this configuration. |
void |
ConfigInstance.setConfiguration(MetamergeConfig aConfiguration)
Sets given configuration to this configuration. |
Uses of MetamergeConfig in com.ibm.di.api.local |
---|
Methods in com.ibm.di.api.local that return MetamergeConfig | |
---|---|
MetamergeConfig |
Session.checkOutConfiguration(java.lang.String relativePathOrSolutionName)
Checks out the specified configuration. |
MetamergeConfig |
Session.checkOutConfiguration(java.lang.String relativePathOrSolutionName,
java.lang.String password)
Checks out the specified password protected configuration. |
MetamergeConfig |
Session.createNewConfiguration(java.lang.String aRelativePath,
boolean aOverwrite)
Creates a new empty configuration and immediately checks it out. |
MetamergeConfig |
ConfigInstance.getConfiguration()
Returns configuration instance representing this configuration. |
Methods in com.ibm.di.api.local with parameters of type MetamergeConfig | |
---|---|
void |
Session.checkInAndLeaveCheckedOut(MetamergeConfig configuration,
java.lang.String relativePathOrSolutionName)
Checks in the specified configuration and leaves it checked out. |
void |
Session.checkInConfiguration(MetamergeConfig configuration,
java.lang.String relativePathOrSolutionName)
Saves the specified configuration and releases the lock. |
void |
Session.checkInConfiguration(MetamergeConfig configuration,
java.lang.String relativePathOrSolutionName,
boolean encrypt)
Encrypts and saves the specified configuration and releases the lock. |
void |
ConfigInstance.setConfiguration(MetamergeConfig aConfiguration)
Sets given configuration to this configuration. |
Uses of MetamergeConfig in com.ibm.di.api.local.impl |
---|
Methods in com.ibm.di.api.local.impl that return MetamergeConfig | |
---|---|
MetamergeConfig |
SessionImpl.checkOutConfiguration(java.lang.String aRelativePath)
Checks out the specified configuration. |
MetamergeConfig |
SessionImpl.checkOutConfiguration(java.lang.String aRelativePath,
java.lang.String aPassword)
Checks out the specified password protected configuration. |
MetamergeConfig |
SessionImpl.createNewConfiguration(java.lang.String aRelativePath,
boolean aOverwrite)
Creates a new empty configuration and immediately checks it out. |
MetamergeConfig |
ConfigInstanceImpl.getConfiguration()
Returns configuration instance representing this configuration. |
Methods in com.ibm.di.api.local.impl with parameters of type MetamergeConfig | |
---|---|
void |
SessionImpl.checkInAndLeaveCheckedOut(MetamergeConfig aConfiguration,
java.lang.String aRelativePath)
Checks in the specified configuration and leaves it checked out. |
void |
SessionImpl.checkInConfiguration(MetamergeConfig aConfiguration,
java.lang.String aRelativePath)
Saves the specified configuration and releases the lock. |
void |
SessionImpl.checkInConfiguration(MetamergeConfig aConfiguration,
java.lang.String aRelativePath,
boolean aEncrypt)
Encrypts and saves the specified configuration and releases the lock. |
void |
ConfigInstanceImpl.setConfiguration(MetamergeConfig aConfiguration)
Sets given configuration to this configuration. |
Uses of MetamergeConfig in com.ibm.di.api.remote |
---|
Methods in com.ibm.di.api.remote that return MetamergeConfig | |
---|---|
MetamergeConfig |
Session.checkOutConfiguration(java.lang.String relativePathOrSolutionName)
Checks out the specified configuration. |
MetamergeConfig |
Session.checkOutConfiguration(java.lang.String relativePathOrSolutionName,
java.lang.String password)
Checks out the specified password protected configuration. |
MetamergeConfig |
Session.createNewConfiguration(java.lang.String aRelativePath,
boolean aOverwrite)
Creates a new empty configuration and immediately checks it out. |
MetamergeConfig |
ConfigInstance.getConfiguration()
Returns configuration instance representing this configuration. |
Methods in com.ibm.di.api.remote with parameters of type MetamergeConfig | |
---|---|
void |
Session.checkInAndLeaveCheckedOut(MetamergeConfig configuration,
java.lang.String relativePathOrSolutionName)
Checks in the specified configuration and leaves it checked out. |
void |
Session.checkInConfiguration(MetamergeConfig configuration,
java.lang.String relativePathOrSolutionName)
Saves the specified configuration and releases the lock. |
void |
Session.checkInConfiguration(MetamergeConfig configuration,
java.lang.String relativePathOrSolutionName,
boolean encrypt)
Encrypts and saves the specified configuration and releases the lock. |
void |
ConfigInstance.setConfiguration(MetamergeConfig aConfiguration)
Sets given configuration to this configuration. |
Uses of MetamergeConfig in com.ibm.di.api.remote.impl |
---|
Methods in com.ibm.di.api.remote.impl that return MetamergeConfig | |
---|---|
MetamergeConfig |
SessionImpl.checkOutConfiguration(java.lang.String aRelativePath)
Checks out the specified configuration. |
MetamergeConfig |
SessionImpl.checkOutConfiguration(java.lang.String aRelativePath,
java.lang.String aPassword)
Checks out the specified password protected configuration. |
MetamergeConfig |
SessionImpl.createNewConfiguration(java.lang.String aRelativePath,
boolean aOverwrite)
Creates a new empty configuration and immediately checks it out. |
MetamergeConfig |
ConfigInstanceImpl.getConfiguration()
Returns configuration instance representing this configuration. |
Methods in com.ibm.di.api.remote.impl with parameters of type MetamergeConfig | |
---|---|
void |
SessionImpl.checkInAndLeaveCheckedOut(MetamergeConfig aConfiguration,
java.lang.String aRelativePath)
Checks in the specified configuration and leaves it checked out. |
void |
SessionImpl.checkInConfiguration(MetamergeConfig aConfiguration,
java.lang.String aRelativePath)
Saves the specified configuration and releases the lock. |
void |
SessionImpl.checkInConfiguration(MetamergeConfig aConfiguration,
java.lang.String aRelativePath,
boolean aEncrypt)
Encrypts and saves the specified configuration and releases the lock. |
void |
ConfigInstanceImpl.setConfiguration(MetamergeConfig aConfiguration)
Sets given configuration to this configuration. |
Uses of MetamergeConfig in com.ibm.di.config.base |
---|
Classes in com.ibm.di.config.base that implement MetamergeConfig | |
---|---|
class |
MetamergeConfigImpl
Implements MetamergeConfig . |
Methods in com.ibm.di.config.base that return MetamergeConfig | |
---|---|
MetamergeConfig |
BaseConfigurationImpl.getMetamergeConfig()
Gets the MetamergeConfig object to which this object belongs. |
Methods in com.ibm.di.config.base with parameters of type MetamergeConfig | |
---|---|
void |
BaseConfigurationImpl.setMetamergeConfig(MetamergeConfig mc)
Sets the MetamergeConfig object to which this object belongs. |
Constructors in com.ibm.di.config.base with parameters of type MetamergeConfig | |
---|---|
TreeMapEnumeration(MetamergeConfig mc,
java.lang.Object base,
BaseConfiguration cf)
|
Uses of MetamergeConfig in com.ibm.di.config.interfaces |
---|
Methods in com.ibm.di.config.interfaces that return MetamergeConfig | |
---|---|
static MetamergeConfig |
MetamergeConfigFactory.createSysInstance(java.util.Vector<java.lang.String> paths)
Gets an combined instance for a Vector of files. |
static MetamergeConfig |
MetamergeConfigFactory.getCFGFileInstance(java.lang.Object path)
Gets an instance of the driver for old-style config files. |
static MetamergeConfig |
MetamergeConfigFactory.getCFGFileInstance(java.lang.Object path,
java.lang.String password)
Gets an instance of the driver for old-style config files |
static MetamergeConfig |
MetamergeConfigFactory.getFileInstance(java.lang.Object path)
Returns an instance of a MetamergeConfig driver using path as parameter |
static MetamergeConfig |
MetamergeConfigFactory.getInstance(java.util.Hashtable env)
Returns an instance of a MetamergeConfig driver using env as parameter |
static MetamergeConfig |
MetamergeConfigFactory.getLocalNamespace(MetamergeConfig referent,
java.lang.Object name)
Returns the MetamergeConfig associated with the provided namespace. |
MetamergeConfig |
NamespaceEvent.getMc()
Deprecated. |
MetamergeConfig |
TDIProperties.getMetamergeConfig()
Returns the MetamergeConfig to which this object belongs. |
MetamergeConfig |
GlobalRef.getMetamergeConfig()
|
MetamergeConfig |
BaseConfiguration.getMetamergeConfig()
Gets the MetamergeConfig object to which this object belongs. |
static MetamergeConfig |
MetamergeConfigFactory.getNamespace(java.lang.Object name)
Returns the MetamergeConfig associated with the provided namespace. |
static MetamergeConfig |
MetamergeConfigFactory.loadNamespace(NamespaceConfig nc)
Returns a MetamergeConfig object for the provided NamespaceConfig. |
static MetamergeConfig |
MetamergeConfigFactory.loadNamespace(java.lang.String url)
Returns a MetamergeConfig object for the provided url. |
static MetamergeConfig |
MetamergeConfigFactory.resolve(MetamergeConfig mc,
javax.naming.Name name)
Resolves a namespace reference into a Metamergeconfig object. |
Methods in com.ibm.di.config.interfaces that return types with arguments of type MetamergeConfig | |
---|---|
static java.util.List<MetamergeConfig> |
MetamergeConfigFactory.getPackages()
Returns a list of packaged config files |
Methods in com.ibm.di.config.interfaces with parameters of type MetamergeConfig | |
---|---|
static void |
MetamergeConfigFactory.copy(BaseConfiguration input,
MetamergeConfig dest,
javax.naming.Name destName)
Recursively copy input configuration to another MetamergeConfig object |
static void |
MetamergeConfigFactory.copy(BaseConfiguration input,
MetamergeConfig dest,
javax.naming.Name destName,
boolean overwrite)
Recursively copy input configuration to another MetamergeConfig object |
static void |
MetamergeConfigFactory.copyFolder(MetamergeFolder folder,
MetamergeConfig dest,
javax.naming.Name destName)
Recursively copies a folder to another MetamergeConfig object. |
static void |
MetamergeConfigFactory.copyFolder(MetamergeFolder folder,
MetamergeConfig dest,
javax.naming.Name destName,
boolean overwrite)
Recursively copies a folder to another MetamergeConfig object. |
static BaseConfiguration |
ConfigUtils.createStandardObject(MetamergeConfig config,
int type,
java.lang.String name)
Creates a new object in the default folder location for the type. |
static MetamergeConfig |
MetamergeConfigFactory.getLocalNamespace(MetamergeConfig referent,
java.lang.Object name)
Returns the MetamergeConfig associated with the provided namespace. |
static java.lang.Object |
MetamergeConfigFactory.getLocalNamespaceFor(MetamergeConfig referent,
BaseConfiguration config)
Returns the local namespace for a component. |
static boolean |
MetamergeConfigFactory.isNameLocal(MetamergeConfig mc,
java.lang.Object name)
Returns true if the name is local to the given MetamergeConfig. |
static java.lang.Object |
MetamergeConfigFactory.lookup(MetamergeConfig mc,
java.lang.Object name)
Performs a lookup in the global namespace for name. |
static void |
MetamergeConfigFactory.namespaceChanged(java.lang.String ns,
MetamergeConfig mc,
boolean added)
|
static void |
MetamergeConfigFactory.registerNamespace(java.lang.Object name,
MetamergeConfig mc)
Registers a MetamergeConfig object in the global namespace. |
static boolean |
MetamergeConfigFactory.removePackage(MetamergeConfig mc)
Removes a package from the in-memory list of packages. |
static MetamergeConfig |
MetamergeConfigFactory.resolve(MetamergeConfig mc,
javax.naming.Name name)
Resolves a namespace reference into a Metamergeconfig object. |
void |
BaseConfiguration.setMetamergeConfig(MetamergeConfig mc)
Sets the MetamergeConfig object to which this object belongs. |
Constructors in com.ibm.di.config.interfaces with parameters of type MetamergeConfig | |
---|---|
ExternalPropertiesDelegator(MetamergeConfig mc)
Deprecated. |
|
NamespaceEvent(boolean added,
java.lang.String ns,
MetamergeConfig mc)
Deprecated. |
|
TDIProperties(MetamergeConfig mc)
TDIProperties constructor to create instance for a specified Config. |
|
TDIProperties(MetamergeConfig mc,
boolean initStores)
|
Uses of MetamergeConfig in com.ibm.di.config.xml |
---|
Classes in com.ibm.di.config.xml that implement MetamergeConfig | |
---|---|
class |
MetamergeConfigFS
Deprecated. |
class |
MetamergeConfigXML
MetamergeConfigXML is a class that provides support for TDI XML configuration files. |
Uses of MetamergeConfig in com.ibm.di.fc.webservice.util |
---|
Constructors in com.ibm.di.fc.webservice.util with parameters of type MetamergeConfig | |
---|---|
WsdlGenerator(MetamergeConfig aMMConfig,
java.util.Vector aOperationNames,
java.lang.String aWebServiceLocation,
java.lang.String aThisNamespace,
java.lang.String aDefinitionName)
Class constructor |
Uses of MetamergeConfig in com.ibm.di.function |
---|
Methods in com.ibm.di.function with parameters of type MetamergeConfig | |
---|---|
static void |
SystemFunctions.setSystemProperties(MetamergeConfig mc)
|
static void |
SystemFunctions.setSystemProperties(MetamergeConfig config,
boolean recursive)
Set system properties from properties object in config. |
Uses of MetamergeConfig in com.ibm.di.script |
---|
Methods in com.ibm.di.script with parameters of type MetamergeConfig | |
---|---|
void |
ScriptEngine.includeAllScripts(MetamergeConfig mc)
Include all scripts from the script library where auto-include is true. |
Uses of MetamergeConfig in com.ibm.di.server |
---|
Fields in com.ibm.di.server declared as MetamergeConfig | |
---|---|
static MetamergeConfig |
RS.gSysConfig
This is the templates configuration file loaded from the rs.jar file |
Methods in com.ibm.di.server that return MetamergeConfig | |
---|---|
MetamergeConfig |
RSInterface.getMetamergeConfig()
Returns the config object for this instance. |
MetamergeConfig |
RS.getMetamergeConfig()
Returns the config object for this instance. |
Methods in com.ibm.di.server with parameters of type MetamergeConfig | |
---|---|
static RS |
RS.getServerByConfig(MetamergeConfig aConfig)
Gets the server instance that uses the specified by the aConfig configuration. |
void |
ReconnectRuleEngine.loadRules(java.lang.String userDefinedRulesFilePath,
MetamergeConfig sysConfig)
Loads the in-built and the user-defined rules. |
void |
RS.setConfiguration(MetamergeConfig config)
Sets the configuration that will be used by the server. |
void |
RSInterface.setMetamergeConfig(MetamergeConfig config)
Sets the given configuration to this instance. |
void |
RS.setMetamergeConfig(MetamergeConfig config)
Sets the given configuration to this instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |