Package org.pentaho.platform.api.engine

Examples of org.pentaho.platform.api.engine.IRuntimeContext.dispose()


        } catch ( Throwable th ) {
          Logger.warn( PentahoSystem.class.getName(), Messages.getInstance().getString(
              "PentahoSystem.WARN_UNABLE_TO_EXECUTE_SESSION_ACTION", th.getLocalizedMessage() ), th ); //$NON-NLS-1$
        } finally {
          if ( context != null ) {
            context.dispose();
          }
        }
      }
    }
  }
View Full Code Here


        } catch ( Throwable th ) {
          Logger.warn( PentahoSystem.class.getName(), Messages.getInstance().getString(
              "PentahoSystem.WARN_UNABLE_TO_EXECUTE_GLOBAL_ACTION", th.getLocalizedMessage() ), th ); //$NON-NLS-1$
        } finally {
          if ( context != null ) {
            context.dispose();
          }
        }

      }
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.