Package org.pentaho.platform.api.engine

Examples of org.pentaho.platform.api.engine.IPentahoSession.removeAttribute()


      return object;
    }

    public Object remove( String name ) {
      IPentahoSession session = SpringScopeSessionHolder.SESSION.get();
      return session.removeAttribute( name );
    }

    public void registerDestructionCallback( String name, Runnable callback ) {
      logger.warn( "SimpleThreadScope does not support descruction callbacks. "
        + "Consider using a RequestScope in a Web environment." );
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.