com.ibm.di.admin.ui
Class ConnectorTreeUI.AddConnector

java.lang.Object
  extended by com.ibm.di.admin.ui.ConnectorTreeUI.AddConnector
All Implemented Interfaces:
Runnable
Enclosing class:
ConnectorTreeUI

public class ConnectorTreeUI.AddConnector
extends Object
implements Runnable

This class represents an object which is added to an AssemblyLine.


Constructor Summary
ConnectorTreeUI.AddConnector(List list, AssemblyLineConfig config, ConnectorTreeUI ui, Point point)
          Constructor for the AddConnector object
 
Method Summary
 void run()
          Main processing method for the AddConnector object
 boolean verifyNamespace(String ns, BaseConfiguration cc, MetamergeConfig myconfig, GlobalRef ref)
          Check if the specified namespace is valid.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorTreeUI.AddConnector

public ConnectorTreeUI.AddConnector(List list,
                                    AssemblyLineConfig config,
                                    ConnectorTreeUI ui,
                                    Point point)
Constructor for the AddConnector object

Parameters:
list - contains information about the configuration file and the library of the Component.
config - contains information about the name of the AssemblyLine.
ui - contains information about the user interface.
point - contains information about the position of the Component.
Method Detail

verifyNamespace

public boolean verifyNamespace(String ns,
                               BaseConfiguration cc,
                               MetamergeConfig myconfig,
                               GlobalRef ref)
                        throws Exception
Check if the specified namespace is valid.

Parameters:
ns - the value of the namespace.
cc - the base configuration object.
myconfig - the Metamerge configuration object.
ref - the global reference to an object in a configuration file.
Returns:
true if the namespace is valid, false otherwise.
Throws:
Exception - If the execution of the method fails.

run

public void run()
Main processing method for the AddConnector object

Specified by:
run in interface Runnable