Package org.olat.core.util

Examples of org.olat.core.util.RunnableWithException


    if (log.isDebug()) {
      log.debug("now disposing controller: " + this.toString());
    }
   
    try {
      ThreadLocalUserActivityLoggerInstaller.runWithUserActivityLoggerWithException(new RunnableWithException() {
        public void run() throws Exception {
            doPreDispose();
            doDispose();
        }
      }, getUserActivityLogger());
View Full Code Here

TOP

Related Classes of org.olat.core.util.RunnableWithException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.