|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.admin.ui.ConnectorTreeUI.AddConnector
public class ConnectorTreeUI.AddConnector
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 |
---|
public ConnectorTreeUI.AddConnector(List list, AssemblyLineConfig config, ConnectorTreeUI ui, Point point)
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 |
---|
public boolean verifyNamespace(String ns, BaseConfiguration cc, MetamergeConfig myconfig, GlobalRef ref) throws Exception
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.
Exception
- If the execution of the method fails.public void run()
run
in interface Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |