Uses of Interface
com.ibm.di.api.remote.ConfigInstance

Packages that use ConfigInstance
com.ibm.di.api.remote   
com.ibm.di.api.remote.impl   
com.ibm.di.fc   
 

Uses of ConfigInstance in com.ibm.di.api.remote
 

Methods in com.ibm.di.api.remote that return ConfigInstance
 ConfigInstance Session.checkOutConfigurationAndLoad(String relativePathOrSolutionName)
          Checks out the specified configuration and starts a temporary Config Instance on the Server.
 ConfigInstance Session.checkOutConfigurationAndLoad(String relativePathOrSolutionName, String password)
          Checks out the specified configuration and starts a temporary Config Instance on the Server.
 ConfigInstance Session.createNewConfigInstance(String aConfigUrl)
          Deprecated. Not supported. Creates and starts a new Config Instance with an empty configuration.
 ConfigInstance Session.createNewConfigInstance(String aConfigUrl, String aPassword)
          Deprecated. Not supported. Creates and starts a new Config Instance with an empty configuration.
 ConfigInstance Session.createNewConfigurationAndLoad(String aRelativePath, boolean aOverwrite)
          Creates a new empty configuration, immediately checks it out and loads a temporary Config Instance on the Server.
 ConfigInstance EventHandler.getConfigInstance()
          Returns the configuration instance of the EventHandler.
 ConfigInstance AssemblyLine.getConfigInstance()
          Returns the configuration instance of the AssemblyLine.
 ConfigInstance Session.getConfigInstance(String aConfigId)
          Returns configuration instance corresponding to a specific configuration ID.
 ConfigInstance[] Session.getConfigInstances()
          Returns all currently started configuration instances.
 ConfigInstance Session.startConfigInstance(String configPathOrSolutionName)
          Starts a new Config Instance on the Server with the configuration given.
 ConfigInstance Session.startConfigInstance(String configPathOrSolutionName, boolean keepAlive, String password)
          Starts a new Config Instance on the Server with the configuration given.
 

Uses of ConfigInstance in com.ibm.di.api.remote.impl
 

Classes in com.ibm.di.api.remote.impl that implement ConfigInstance
 class ConfigInstanceImpl
           
 

Methods in com.ibm.di.api.remote.impl that return ConfigInstance
 ConfigInstance SessionImpl.checkOutConfigurationAndLoad(String aRelativePath)
           
 ConfigInstance SessionImpl.checkOutConfigurationAndLoad(String aRelativePath, String aPassword)
           
 ConfigInstance SessionImpl.createNewConfigInstance(String aConfigUrl)
           
 ConfigInstance SessionImpl.createNewConfigInstance(String aConfigUrl, String aPassword)
           
 ConfigInstance SessionImpl.createNewConfigurationAndLoad(String aRelativePath, boolean aOverwrite)
           
 ConfigInstance EventHandlerImpl.getConfigInstance()
           
 ConfigInstance AssemblyLineImpl.getConfigInstance()
           
 ConfigInstance SessionImpl.getConfigInstance(String aConfigId)
           
 ConfigInstance[] SessionImpl.getConfigInstances()
           
 ConfigInstance SessionImpl.startConfigInstance(String aConfigUrl)
           
 ConfigInstance SessionImpl.startConfigInstance(String aConfigUrl, boolean aKeepAlive, String aPassword)
           
 

Uses of ConfigInstance in com.ibm.di.fc
 

Methods in com.ibm.di.fc that return ConfigInstance
 ConfigInstance AssemblyLineFC.getConfigInstance(String ci)