Uses of Interface
com.ibm.di.api.local.ConfigInstance
-
Packages that use ConfigInstance Package Description 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.impl Provides implementations of the interfaces for managing the remote session of the server API.com.ibm.di.eclipse.http.commands -
-
Uses of ConfigInstance in com.ibm.di.api
Methods in com.ibm.di.api that return ConfigInstance Modifier and Type Method Description ConfigInstanceConfigurationRegistry. checkOutConfigurationAndLoad(java.lang.String configToken, Identity identity, SessionImpl session)Checks out the specified configuration and starts a temporary Config Instance on the Server.ConfigInstanceConfigurationRegistry. checkOutConfigurationAndLoad(java.lang.String configToken, java.lang.String password, Identity identity, SessionImpl session)Checks out the specified configuration and starts a temporary Config Instance on the Server.ConfigInstanceConfigurationRegistry. createNewConfigurationAndLoad(java.lang.String aRelativePath, boolean aOverwrite, Identity aIdentity, SessionImpl aSession)Creates a new empty configuration, immediately checks it out and loads a temporary Config Instance on the Server. -
Uses of ConfigInstance in com.ibm.di.api.jmx.mbeans
Constructors in com.ibm.di.api.jmx.mbeans with parameters of type ConfigInstance Constructor Description ConfigInstance(ConfigInstance aConfigInstance)Class constructor. -
Uses of ConfigInstance in com.ibm.di.api.local
Methods in com.ibm.di.api.local that return ConfigInstance Modifier and Type Method Description ConfigInstanceSession. checkOutConfigurationAndLoad(java.lang.String relativePathOrSolutionName)Checks out the specified configuration and starts a temporary Config Instance on the Server.ConfigInstanceSession. checkOutConfigurationAndLoad(java.lang.String relativePathOrSolutionName, java.lang.String password)Checks out the specified configuration and starts a temporary Config Instance on the Server.ConfigInstanceSession. createNewConfigInstance(java.lang.String aConfigUrl)Deprecated.Not supported.ConfigInstanceSession. createNewConfigInstance(java.lang.String aConfigUrl, java.lang.String aPassword)Deprecated.Not supported.ConfigInstanceSession. 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.ConfigInstanceAssemblyLine. getConfigInstance()Returns the configuration instance of the AssemblyLine.ConfigInstanceSequence. getConfigInstance()Returns the configuration instance of the Sequence.ConfigInstanceSession. getConfigInstance(java.lang.String aConfigId)Returns configuration instance corresponding to a specific configuration ID.ConfigInstance[]Session. getConfigInstances()Returns all currently started configuration instances.ConfigInstanceSession. startConfigInstance(java.lang.String configPathOrSolutionName)Starts a new Config Instance on the Server with the configuration given.ConfigInstanceSession. startConfigInstance(java.lang.String configPathOrSolutionName, boolean keepAlive, java.lang.String password)Starts a new Config Instance on the Server with the configuration given.ConfigInstanceSession. 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.ConfigInstanceSession. 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.ConfigInstanceSession. 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.ConfigInstanceSession. 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.local.impl
Classes in com.ibm.di.api.local.impl that implement ConfigInstance Modifier and Type Class Description classConfigInstanceImplRepresents a configuration instance and implements various methods for manipulating the configuration.Methods in com.ibm.di.api.local.impl that return ConfigInstance Modifier and Type Method Description ConfigInstanceSessionImpl. checkOutConfigurationAndLoad(java.lang.String aRelativePath)Checks out the specified configuration and starts a temporary Config Instance on the Server.ConfigInstanceSessionImpl. checkOutConfigurationAndLoad(java.lang.String aRelativePath, java.lang.String aPassword)Checks out the specified configuration and starts a temporary Config Instance on the Server.ConfigInstanceSessionImpl. createNewConfigInstance(java.lang.String aConfigUrl)ConfigInstanceSessionImpl. createNewConfigInstance(java.lang.String aConfigUrl, java.lang.String aPassword)ConfigInstanceSessionImpl. 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.ConfigInstanceAssemblyLineImpl. getConfigInstance()Returns the configuration instance of the AssemblyLine.ConfigInstanceSequenceImpl. getConfigInstance()ConfigInstanceSessionImpl. getConfigInstance(java.lang.String aConfigId)Returns configuration instance corresponding to a specific configuration ID.ConfigInstance[]SessionImpl. getConfigInstances()Returns all currently started configuration instances.ConfigInstanceSessionImpl. startConfigInstance(java.lang.String configToken)Starts a new Config Instance on the Server with the configuration given.ConfigInstanceSessionImpl. startConfigInstance(java.lang.String configToken, boolean aKeepAlive, java.lang.String aPassword)Starts a new Config Instance on the Server with the configuration given.ConfigInstanceSessionImpl. 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.ConfigInstanceSessionImpl. 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.ConfigInstanceSessionImpl. 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.ConfigInstanceSessionImpl. 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
Methods in com.ibm.di.api.remote.impl with parameters of type ConfigInstance Modifier and Type Method Description static ConfigInstanceImplConfigInstanceImpl. createInstance(ConfigInstance aLocalConfigInstance, SessionImpl aSession)Creates new instance of this class. -
Uses of ConfigInstance in com.ibm.di.eclipse.http.commands
Methods in com.ibm.di.eclipse.http.commands that return ConfigInstance Modifier and Type Method Description ConfigInstanceStartCommand. startConfigInstance(java.lang.String ci)
-