|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigInstance | |
---|---|
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.fc | Provides classes for the Directory Integrator's function components. |
Uses of ConfigInstance in com.ibm.di.api.remote |
---|
Methods in com.ibm.di.api.remote that return ConfigInstance | |
---|---|
ConfigInstance |
Session.checkOutConfigurationAndLoad(java.lang.String relativePathOrSolutionName)
Checks out the specified configuration and starts a temporary Config Instance on the Server. |
ConfigInstance |
Session.checkOutConfigurationAndLoad(java.lang.String relativePathOrSolutionName,
java.lang.String password)
Checks out the specified configuration and starts a temporary Config Instance on the Server. |
ConfigInstance |
Session.createNewConfigInstance(java.lang.String aConfigUrl)
Deprecated. Not supported. Creates and starts a new Config Instance with an empty configuration. |
ConfigInstance |
Session.createNewConfigInstance(java.lang.String aConfigUrl,
java.lang.String aPassword)
Deprecated. Not supported. Creates and starts a new Config Instance with an empty configuration. |
ConfigInstance |
Session.createNewConfigurationAndLoad(java.lang.String aRelativePath,
boolean aOverwrite)
Creates a new empty configuration, immediately checks it out and loads a temporary Config Instance on the Server. |
ConfigInstance |
AssemblyLine.getConfigInstance()
Returns the configuration instance of the AssemblyLine. |
ConfigInstance |
Session.getConfigInstance(java.lang.String aConfigId)
Returns configuration instance corresponding to a specific configuration ID. |
ConfigInstance[] |
Session.getConfigInstances()
Returns all currently started configuration instances. |
ConfigInstance |
Session.startConfigInstance(java.lang.String configPathOrSolutionName)
Starts a new Config Instance on the Server with the configuration given. |
ConfigInstance |
Session.startConfigInstance(java.lang.String configPathOrSolutionName,
boolean keepAlive,
java.lang.String password)
Starts a new Config Instance on the Server with the configuration given. |
ConfigInstance |
Session.startConfigInstance(java.lang.String configPathOrSolutionName,
boolean keepAlive,
java.lang.String password,
java.lang.String runName,
java.lang.String overrideProps)
Starts a new Config Instance on the Server with the configuration given. |
ConfigInstance |
Session.startConfigInstance(java.lang.String configPathOrSolutionName,
boolean keepAlive,
java.lang.String password,
java.lang.String runName,
java.lang.String overrideProps,
LogListener logListener)
Starts a new Config Instance on the Server with the configuration given. |
ConfigInstance |
Session.startTempConfigInstance(java.lang.String xmlConfig,
boolean keepAlive,
java.lang.String runName,
java.lang.String overrideProps)
Start a configuration instance which has no associated configuration file. |
ConfigInstance |
Session.startTempConfigInstance(java.lang.String xmlConfig,
boolean keepAlive,
java.lang.String runName,
java.lang.String overrideProps,
LogListener logListener)
Start a configuration instance which has no associated configuration file. |
Uses of ConfigInstance in com.ibm.di.api.remote.impl |
---|
Classes in com.ibm.di.api.remote.impl that implement ConfigInstance | |
---|---|
class |
ConfigInstanceImpl
This class implements methods exposed through Server API remote session. |
Methods in com.ibm.di.api.remote.impl that return ConfigInstance | |
---|---|
ConfigInstance |
SessionImpl.checkOutConfigurationAndLoad(java.lang.String aRelativePath)
Checks out the specified configuration and starts a temporary Config Instance on the Server. |
ConfigInstance |
SessionImpl.checkOutConfigurationAndLoad(java.lang.String aRelativePath,
java.lang.String aPassword)
Checks out the specified configuration and starts a temporary Config Instance on the Server. |
ConfigInstance |
SessionImpl.createNewConfigInstance(java.lang.String aConfigUrl)
|
ConfigInstance |
SessionImpl.createNewConfigInstance(java.lang.String aConfigUrl,
java.lang.String aPassword)
|
ConfigInstance |
SessionImpl.createNewConfigurationAndLoad(java.lang.String aRelativePath,
boolean aOverwrite)
Creates a new empty configuration, immediately checks it out and loads a temporary Config Instance on the Server. |
ConfigInstance |
AssemblyLineImpl.getConfigInstance()
Returns the configuration instance of the AssemblyLine. |
ConfigInstance |
SessionImpl.getConfigInstance(java.lang.String aConfigId)
Returns configuration instance corresponding to a specific configuration ID. |
ConfigInstance[] |
SessionImpl.getConfigInstances()
Returns all currently started configuration instances. |
ConfigInstance |
SessionImpl.startConfigInstance(java.lang.String aConfigUrl)
Starts a new Config Instance on the Server with the configuration given. |
ConfigInstance |
SessionImpl.startConfigInstance(java.lang.String aConfigUrl,
boolean aKeepAlive,
java.lang.String aPassword)
Starts a new Config Instance on the Server with the configuration given. |
ConfigInstance |
SessionImpl.startConfigInstance(java.lang.String configPathOrSolutionName,
boolean keepAlive,
java.lang.String password,
java.lang.String runName,
java.lang.String overrideProps)
Starts a new Config Instance on the Server with the configuration given. |
ConfigInstance |
SessionImpl.startConfigInstance(java.lang.String configPathOrSolutionName,
boolean keepAlive,
java.lang.String password,
java.lang.String runName,
java.lang.String overrideProps,
LogListener logListener)
Starts a new Config Instance on the Server with the configuration given. |
ConfigInstance |
SessionImpl.startTempConfigInstance(java.lang.String xmlConfig,
boolean keepAlive,
java.lang.String runName,
java.lang.String overrideProps)
Start a configuration instance which has no associated configuration file. |
ConfigInstance |
SessionImpl.startTempConfigInstance(java.lang.String xmlConfig,
boolean keepAlive,
java.lang.String runName,
java.lang.String overrideProps,
LogListener logListener)
Start a configuration instance which has no associated configuration file. |
Uses of ConfigInstance in com.ibm.di.fc |
---|
Methods in com.ibm.di.fc that return ConfigInstance | |
---|---|
ConfigInstance |
AssemblyLineFC.getConfigInstance(java.lang.String ci)
Retrieves the ConfigInstance object using the provided ID from the current session. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |