Uses of Interface
com.ibm.di.config.interfaces.AssemblyLineConfig

Packages that use AssemblyLineConfig
com.ibm.di.admin   
com.ibm.di.admin.ui   
com.ibm.di.api.jmx.mbeans   
com.ibm.di.api.local   
com.ibm.di.api.local.impl   
com.ibm.di.api.remote   
com.ibm.di.api.remote.impl   
com.ibm.di.config.base   
com.ibm.di.config.interfaces   
com.ibm.di.config.xml   
com.ibm.di.fc.webservice.util   
com.ibm.di.function   
com.ibm.di.server   
com.ibm.di.store   
 

Uses of AssemblyLineConfig in com.ibm.di.admin
 

Methods in com.ibm.di.admin that return AssemblyLineConfig
 AssemblyLineConfig RSInterfaceProxy.getTask(String name)
          Returns the "AssemblyLine" entry
 

Uses of AssemblyLineConfig in com.ibm.di.admin.ui
 

Methods in com.ibm.di.admin.ui with parameters of type AssemblyLineConfig
static Vector Util.getAlConnectorList(Name name, AssemblyLineConfig parent)
           
static Hashtable Util.getAlConnectorList2(Name name, AssemblyLineConfig parent)
           
static BaseConfiguration Util.selectConfigComponent(MetamergeConfig mc, AssemblyLineConfig alconfig, int type)
           
static ConnectorConfig Util.selectConnector(MetamergeConfig config, AssemblyLineConfig parent)
           
 

Constructors in com.ibm.di.admin.ui with parameters of type AssemblyLineConfig
ALCheckpointConfigUI.CheckpointStoreModel(AssemblyLineConfig config)
           
ALCheckpointConfigUI.ConnectorCheckpointModel(AssemblyLineConfig config)
           
ALCheckpointConfigUI(AssemblyLineConfig config)
           
ALSandboxUI.ConnectorSandboxModel(AssemblyLineConfig config)
           
ALSandboxUI(AssemblyLineConfig config)
           
AssemblyLineHooksUI(AssemblyLineConfig config)
           
AssemblyLineUI(AssemblyLineConfig config)
           
ConnectorTreeUI.AddConnector(List list, AssemblyLineConfig config, ConnectorTreeUI ui, Point point)
          Constructor for the AddConnector object
ConnectorTreeUI.ConnectorTreeModel(AssemblyLineConfig config)
          Constructor for the ConnectorTreeModel object
ConnectorTreeUI(AssemblyLineConfig config)
          Constructor for the ConnectorTreeUI object
TaskCallBlockUI.OperationPage.EntryModel(CallConfig source, AssemblyLineConfig al, boolean input)
           
WorkEntryTableUI.WorkEntryTableModel(AssemblyLineConfig config)
          Constructor for the WorkEntryTableModel object
WorkEntryTableUI(AssemblyLineConfig config)
          Constructor for the WorkEntryTableUI object
 

Uses of AssemblyLineConfig in com.ibm.di.api.jmx.mbeans
 

Methods in com.ibm.di.api.jmx.mbeans that return AssemblyLineConfig
 AssemblyLineConfig AssemblyLineMBean.getConfig()
          Returns configuration information about the AssemblyLine.
 AssemblyLineConfig AssemblyLine.getConfig()
           
 

Uses of AssemblyLineConfig in com.ibm.di.api.local
 

Methods in com.ibm.di.api.local that return AssemblyLineConfig
 AssemblyLineConfig AssemblyLine.getConfig()
          Returns configuration information about the AssemblyLine.
 

Uses of AssemblyLineConfig in com.ibm.di.api.local.impl
 

Methods in com.ibm.di.api.local.impl that return AssemblyLineConfig
 AssemblyLineConfig AssemblyLineImpl.getConfig()
           
 

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

Methods in com.ibm.di.api.remote that return AssemblyLineConfig
 AssemblyLineConfig AssemblyLine.getConfig()
          Returns configuration information about the AssemblyLine.
 

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

Methods in com.ibm.di.api.remote.impl that return AssemblyLineConfig
 AssemblyLineConfig AssemblyLineImpl.getConfig()
           
 

Uses of AssemblyLineConfig in com.ibm.di.config.base
 

Classes in com.ibm.di.config.base that implement AssemblyLineConfig
 class AssemblyLineConfigImpl
          This is the implementation class for the AssemblyLine configuration.
 

Methods in com.ibm.di.config.base that return AssemblyLineConfig
 AssemblyLineConfig MetamergeConfigImpl.getAssemblyLine(Object name)
           
 

Uses of AssemblyLineConfig in com.ibm.di.config.interfaces
 

Methods in com.ibm.di.config.interfaces that return AssemblyLineConfig
 AssemblyLineConfig MetamergeConfig.getAssemblyLine(Object name)
          Returns the AssemblyLineConfig object for the named assemblyline.
 

Uses of AssemblyLineConfig in com.ibm.di.config.xml
 

Methods in com.ibm.di.config.xml with parameters of type AssemblyLineConfig
 void AssemblyLineFactory.getAttributeMaps(Element elem, AssemblyLineConfig config)
           
 void AssemblyLineFactory.getSchemas(Element elem, AssemblyLineConfig config)
           
 void AssemblyLineFactory.migrateCallParam(AssemblyLineConfig assemblyLine, Element elem, boolean input)
           
 

Uses of AssemblyLineConfig in com.ibm.di.fc.webservice.util
 

Constructors in com.ibm.di.fc.webservice.util with parameters of type AssemblyLineConfig
WsdlGenerator(AssemblyLineConfig aALConfig, String aWebServiceLocation)
           
 

Uses of AssemblyLineConfig in com.ibm.di.function
 

Methods in com.ibm.di.function that return AssemblyLineConfig
static AssemblyLineConfig SystemFunctions.loadAssemblyLine(String name)
           
static AssemblyLineConfig SystemFunctions.loadAssemblyLine(String name, RSInterface server)
           
 

Uses of AssemblyLineConfig in com.ibm.di.server
 

Methods in com.ibm.di.server that return AssemblyLineConfig
 AssemblyLineConfig TaskCallBlock.getAssemblyLineConfig()
           
 AssemblyLineConfig AssemblyLine.getConfigClone()
           
 AssemblyLineConfig RSInterface.getTask(String name)
          Returns the "AssemblyLine" entry
 AssemblyLineConfig RS.getTask(String name)
          Returns the "AssemblyLine" entry
 

Methods in com.ibm.di.server with parameters of type AssemblyLineConfig
 void TaskCallBlock.applyALSettings(AssemblyLineConfig alc)
          Applies the user defined AL settings to the AssemblyLineConfig.
 

Constructors in com.ibm.di.server with parameters of type AssemblyLineConfig
AssemblyLinePool(String assemblyLine, Log log, RSInterface parent, AssemblyLineConfig alConfig)
           
AssemblyLinePool(String assemblyLine, Log log, RSInterface parent, AssemblyLineConfig alConfig, int debugPort)
           
AssemblyLinePool(String assemblyLine, Log log, RSInterface parent, AssemblyLineConfig alConfig, String debugHost, int debugPort, boolean debugOnError)
           
TaskCallBlock(Entry old, AssemblyLineConfig alc, TaskInterface task)
          Constructor - Populate object with saved data and current task context.
TaskCallBlock(String assemblyLine, AssemblyLineConfig alc, TaskInterface task)
          Constructor - Populate object with assemblyline input/output parameters and connector parameters, and a task context.
 

Uses of AssemblyLineConfig in com.ibm.di.store
 

Methods in com.ibm.di.store with parameters of type AssemblyLineConfig
 TaskCallBlock SandboxStore.getTCB(AssemblyLineConfig alc, TaskInterface task)
          Return a previously stored TCB
 TaskCallBlock CheckpointRestart.getTCB(AssemblyLineConfig alc, TaskInterface task)