|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssemblyLineConfig | |
---|---|
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.server | Provides classes for the Tivoli Directory Integrator core engine. |
com.ibm.di.store | Provides classes for the Tivoli Directory Integrator system store. |
com.ibm.di.util | Provides utility classes for the Tivoli Directory Integrator. |
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()
Returns configuration information about the AssemblyLine. |
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()
Returns configuration information about the AssemblyLine. |
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()
Returns configuration information about the AssemblyLine. |
Uses of AssemblyLineConfig in com.ibm.di.config.base |
---|
Classes in com.ibm.di.config.base that implement AssemblyLineConfig | |
---|---|
class |
AssemblyLineConfigImpl
The implementation class for the configuration of an AssemblyLine. |
Methods in com.ibm.di.config.base that return AssemblyLineConfig | |
---|---|
AssemblyLineConfig |
SimulationConfigImpl.createOrUpdateProxyAL()
|
AssemblyLineConfig |
MetamergeConfigImpl.getAssemblyLine(java.lang.Object name)
|
Uses of AssemblyLineConfig in com.ibm.di.config.interfaces |
---|
Methods in com.ibm.di.config.interfaces that return AssemblyLineConfig | |
---|---|
AssemblyLineConfig |
SimulationConfig.createOrUpdateProxyAL()
This method checks the current simulation config settings and uses the ProxyAL setting to lookup the ProxyAL's AssibmlyLineConfig object. |
AssemblyLineConfig |
MetamergeConfig.getAssemblyLine(java.lang.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(org.w3c.dom.Element elem,
AssemblyLineConfig config)
This method parses all AttributeMap elements in the XML file into configuration objects. |
void |
AssemblyLineFactory.getSchemas(org.w3c.dom.Element elem,
AssemblyLineConfig config)
This method parses all Schema elements in the XML file into configuration objects. |
void |
AssemblyLineFactory.migrateCallParam(AssemblyLineConfig assemblyLine,
org.w3c.dom.Element elem,
boolean input)
Reads and converts the old style call parameters to the new style. |
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,
java.lang.String aWebServiceLocation)
Class constructor |
Uses of AssemblyLineConfig in com.ibm.di.function |
---|
Methods in com.ibm.di.function that return AssemblyLineConfig | |
---|---|
static AssemblyLineConfig |
SystemFunctions.loadAssemblyLine(java.lang.String name)
|
static AssemblyLineConfig |
SystemFunctions.loadAssemblyLine(java.lang.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()
Gets a cone of the configuration object of this AssemblyLine |
AssemblyLineConfig |
RSInterface.getTask(java.lang.String name)
Returns the "AssemblyLine" entry |
AssemblyLineConfig |
RS.getTask(java.lang.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 | |
---|---|
AssemblyLine(RSInterface parent,
java.lang.String taskName,
java.lang.Object param,
Log log,
AssemblyLineConfig alc)
Constructor for the AssemblyLine object that is available in JavaScript via the pre-registered variable task. |
|
AssemblyLinePool(java.lang.String assemblyLine,
Log log,
RSInterface parent,
AssemblyLineConfig alConfig)
|
|
AssemblyLinePool(java.lang.String assemblyLine,
Log log,
RSInterface parent,
AssemblyLineConfig alConfig,
int debugPort)
|
|
AssemblyLinePool(java.lang.String assemblyLine,
Log log,
RSInterface parent,
AssemblyLineConfig alConfig,
java.lang.String debugHost,
int debugPort,
boolean debugOnError,
java.util.Map<java.lang.String,java.lang.Boolean> componentDebugModes)
|
|
TaskCallBlock(Entry old,
AssemblyLineConfig alc,
TaskInterface task)
Constructor - Populate object with saved data and current task context. |
|
TaskCallBlock(java.lang.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 |
Uses of AssemblyLineConfig in com.ibm.di.util |
---|
Methods in com.ibm.di.util with parameters of type AssemblyLineConfig | |
---|---|
static HookTree |
HookTree.getHookTree(AssemblyLineConfig alc)
Return a new HookTree for an AssemblyLineConfig |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |