com.bea.connector
Interface IManageableVariableSet

All Superinterfaces:
IVariableSet, Serializable
All Known Subinterfaces:
IMutableVariableSet

public interface IManageableVariableSet
extends IVariableSet

Contains a set of adapter defined environment variables for an adapter


Method Summary
 IMutableVariable getMutableVariable(String name)
           
 void updateValues(IVariableSet varSet)
           
 
Methods inherited from interface com.bea.connector.IVariableSet
addListener, getVariable, listVariableNames, listVariables, removeListener
 

Method Detail

getMutableVariable

public IMutableVariable getMutableVariable(String name)

updateValues

public void updateValues(IVariableSet varSet)