com.bea.connector
Interface IMutableVariableSet

All Superinterfaces:
IManageableVariableSet, IVariableSet, Serializable

public interface IMutableVariableSet
extends IManageableVariableSet

Contains a set of adapter defined environment variables for an adapter


Method Summary
 IMutableVariable addVariable(String name, String type, String description, String defaultValue)
           
 void clear()
           
 IMutableVariable removeVariable(String name)
           
 
Methods inherited from interface com.bea.connector.IManageableVariableSet
getMutableVariable, updateValues
 
Methods inherited from interface com.bea.connector.IVariableSet
addListener, getVariable, listVariableNames, listVariables, removeListener
 

Method Detail

addVariable

public IMutableVariable addVariable(String name,
                                    String type,
                                    String description,
                                    String defaultValue)

removeVariable

public IMutableVariable removeVariable(String name)

clear

public void clear()