1 package org.simantics.db;
\r
3 import org.simantics.db.exception.InternalException;
\r
5 public interface DatabaseUserAgent {
\r
7 * Tries to fix errors encountered during server startup.
\r
9 * @param exception to fix before server can be started.
\r
10 * @return true if successful.
\r
12 public boolean handleStart(InternalException exception);
\r