com.ibm.di.admin
Class GSConfig
java.lang.Object
com.ibm.di.admin.GSConfig
public class GSConfig
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GS_METHOD
public static final int GS_METHOD
- See Also:
- Constant Field Values
GS_KEY
public static final int GS_KEY
- See Also:
- Constant Field Values
GSConfig
public GSConfig(Object config,
Object key)
- Constructur -
GSConfig
public GSConfig(Object config,
String getMethod,
String setMethod)
throws Exception
- Throws:
Exception
GSConfig
public GSConfig(Object config,
String getMethod,
String setMethod,
Class setClass)
throws Exception
- Throws:
Exception
getMC
public MetamergeConfig getMC()
getConfig
public BaseConfiguration getConfig()
checkInterfaces
public boolean checkInterfaces(Class cls,
Class[] params,
String getMethod,
String setMethod)
getValue
public Object getValue()
getValueE
public Object getValueE()
throws Exception
- Throws:
Exception
setValue
public void setValue(Object value)
setValueE
public void setValueE(Object value)
throws Throwable
- Throws:
Throwable
wrapSetValue
public Object wrapSetValue(Object value)
addActionListener
public void addActionListener(ActionListener listener)
removeActionListener
public void removeActionListener(ActionListener listener)
fireActionPerformed
public void fireActionPerformed(ActionEvent event)
addListener
public void addListener(MetamergeConfigChangeListener listener)
removeListener
public void removeListener(MetamergeConfigChangeListener listener)