private void reloadSchema()
{
final IConnection connection = ConnectionPropertyPage.getConnection( getElement() );
ReloadSchemasJob job = new ReloadSchemasJob( new IConnection[]
{ connection } );
RunnableContextJobAdapter.execute( job );
this.connectionUpdated( connection );
}