if ( le.hasNext( monitor ) )
{
LdifContentRecord schemaRecord = ( LdifContentRecord ) le.next( monitor );
this.schema = new Schema();
this.schema.loadFromRecord( schemaRecord );
EventRegistry.fireConnectionUpdated( new ConnectionUpdateEvent( this,
ConnectionUpdateEvent.EventDetail.SCHEMA_LOADED ), this );
}
else
{
monitor.reportError( BrowserCoreMessages.model__no_schema_information );