attachScopeImportsOwlApi(o, universalPrefix);
return o;
}
protected void fireClosed() {
SessionEvent e = null;
try {
e = new SessionEvent(this, OperationType.CLOSE);
} catch (Exception e1) {
LoggerFactory.getLogger(getClass()).error("Could not close session " + getID(), e1);
return;
}
for (SessionListener l : listeners)