com.ibm.di.admin
Class GSConfig

java.lang.Object
  extended by com.ibm.di.admin.GSConfig

public class GSConfig
extends Object


Field Summary
static int GS_KEY
           
static int GS_METHOD
           
 
Constructor Summary
GSConfig(Object config, Object key)
          Constructur -
GSConfig(Object config, String getMethod, String setMethod)
           
GSConfig(Object config, String getMethod, String setMethod, Class setClass)
           
 
Method Summary
 void addActionListener(ActionListener listener)
           
 void addListener(MetamergeConfigChangeListener listener)
           
 boolean checkInterfaces(Class cls, Class[] params, String getMethod, String setMethod)
           
 void fireActionPerformed(ActionEvent event)
           
 BaseConfiguration getConfig()
           
 MetamergeConfig getMC()
           
 Object getValue()
           
 Object getValueE()
           
 void removeActionListener(ActionListener listener)
           
 void removeListener(MetamergeConfigChangeListener listener)
           
 void setValue(Object value)
           
 void setValueE(Object value)
           
 Object wrapSetValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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
Method Detail

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)