Package org.pentaho.platform.api.engine

Examples of org.pentaho.platform.api.engine.ILogoutListener.onLogout()


  public static void invokeLogoutListeners( final IPentahoSession session ) {
    Iterator iter = PentahoSystem.logoutListeners.iterator();
    while ( iter.hasNext() ) {
      ILogoutListener listener = (ILogoutListener) iter.next();
      listener.onLogout( session );
    }
  }

  /**
   * Gets the factory that will create and manage Pentaho system objects.
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.