Code Search for Developers
 
 
  

SessionListener.java from GridBlocks at Krugle


Show SessionListener.java syntax highlighted

/*
 * Copyright (c) 2006
 * Helsinki Institute of Physics
 * see LICENSE file for details
 * 
 * SessionListener.java 
 * Created on 10-May-2006
 */
package fi.hip.gb.core;

/**
 * Listener for changes in the session objects.
 * 
 * @author Juho Karppinen
 */
public interface SessionListener {
    /**
     * A new session is created.
     * 
     * @param storage
     *            all information about the session
     */
    public void sessionCreated(Storage storage);
}




See more files for this project here

GridBlocks

GridBlocks builds a grid application framework via easy-to-use building blocks in distributed environment. The framework offers components for Grid security, distributed storage, computing, and Portlet web interfaces.

Project homepage: http://sourceforge.net/projects/gridblocks
Programming language(s): Java,JSP,XML
License: other

  plugin/
    ConfigPlugin.java
  types/
  Config.java
  ConfigMBean.java
  DefaultStorage.java
  JobAttachment.java
  JobExecutable.java
  JobInfo.java
  SerializedObject.java
  SessionHandler.java
  SessionHandlerMBean.java
  SessionListener.java
  Storage.java
  WorkDescription.java
  WorkResult.java
  WorkStatus.java
  package.html