Entry entry = (Entry) object;
wire( (String) entry.getKey(),
entry.getValue() );
}
} catch (final ClassNotFoundException e) {
throw new RuntimeDroolsException( e );
} catch (final InstantiationError e) {
throw new RuntimeDroolsException( e );
} catch (final IllegalAccessException e) {
throw new RuntimeDroolsException( e );
} catch (final InstantiationException e) {
throw new RuntimeDroolsException( e );
}
this.dirty = false;
}