676677678679680681682
public final void setName( String name ) { String oldName = this.getName(); this.connectionParameter.setName( name ); EventRegistry.fireConnectionUpdated( new ConnectionRenamedEvent( this, oldName ), this ); }
719720721722723724725