private void done(Exception err) {
if (this.ctx.getNotify() != WorkspaceConstants.STATE_INVALID) {
final ResourceMessage notif =
this.ctx.getLocator().getResourceMessage();
notif.message(this.ctx.getId(), this.ctx.getNotify(), err);
}
}
protected abstract void init() throws WorkspaceException;