* this is the DLM version of the prefs channel. But if we
* rework the ILayoutManager interface to create an
* implementation independant approach to instantiating
* channel descriptions we wouldn't have to tighly couple.
*/
ChannelDescription newChannel = new ChannelDescription(channel);
context.internalState = new ParametersState(context, this, overridableChanParams, newChannel, position, elementID);
context.internalState.setStaticData(staticData);
}
} catch (Exception e) {
log.error("Problem occurred adding Channel.", e);